pub struct Encoder { /* fields omitted */ }
Expand description
Add a 16-bit unsigned value in little endian format
Add a 32-bit unsigned value in little endian format
Add a 64-bit unsigned value in little endian format
Add a 128-bit unsigned value in little endian format
cannot serialize more than 256 bytes of contiguous data
Array cannot contain more than 256 elements
Finalize the encoder into an immutable array of data
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.