Enum rmp::encode::ValueWriteError
[−]
[src]
pub enum ValueWriteError { InvalidMarkerWrite(WriteError), InvalidDataWrite(WriteError), }
Represents an error that can occur when attempring to write MessagePack'ed complex value into the write.
Variants
InvalidMarkerWrite | IO error while writing marker. |
InvalidDataWrite | IO error while writing data. |