pub trait PostErr: HyperErr + From<Error> + From<ParseError> {
    fn dupe() -> Self;
}

Required Methods

Implementors