Trait dpmaster_proto::deserializer::ParseError
source · pub trait ParseError<I>: ParseError<I> {
// Required methods
fn from_dpmaster_error_kind(input: I, kind: ErrorKind) -> Self;
fn append_dpmaster(input: I, kind: ErrorKind, other: Self) -> Self;
}