Enum rmp::decode::DecodeStringError
[−]
[src]
pub enum DecodeStringError<'a> { InvalidMarkerRead(ReadError), InvalidDataRead(ReadError), TypeMismatch(Marker), BufferSizeTooSmall(u32), InvalidDataCopy(&'a [u8], ReadError), InvalidUtf8(&'a [u8], Utf8Error), }
Variants
InvalidMarkerRead | |
InvalidDataRead | |
TypeMismatch | |
BufferSizeTooSmall | The given buffer is not large enough to accumulate the specified amount of bytes. |
InvalidDataCopy | |
InvalidUtf8 |