pub struct SimpleSliceSerializer<'a> { /* fields omitted */ }
Expand description
This struct implements a simple serializer that writes data into a borrowed
byte slice.
Creates a new instance with a given initial capacity.
Returns the current offset.
Returns the number of available bytes.
Writes a byte array. The size of the byte array is encoded
as an u16 value followed by the bytes of the array. Read more
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.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,