Trait codec::byte::MemComparableByteEncoder [−][src]
Provided methods
fn write_comparable_bytes(&mut self, bs: &[u8]) -> Result<()>[src]
Writes all bytes in ascending memory-comparable format.
Errors
Returns Error::Io if buffer remaining size is not enough.
fn write_comparable_bytes_desc(&mut self, bs: &[u8]) -> Result<()>[src]
Writes all bytes in descending memory-comparable format.
Errors
Returns Error::Io if buffer remaining size is not enough.