Struct encoding::types::CodecError
[−]
[src]
pub struct CodecError {
pub upto: isize,
pub cause: Cow<'static, str>,
}Error information from either encoder or decoder.
Fields
upto | The byte position of the first remaining byte, with respect to the current input.
For the |
cause | A human-readable cause of the error. |