Type Definition redust_resp::parser::Error

source · []
pub type Error<'a> = Err<Error<Cow<'a, [u8]>>>;
Expand description

A parser error.