Trait embedded_msgpack::encode::SerializeIntoSlice [−][src]
pub trait SerializeIntoSlice {
fn write_into_slice(&self, buf: &mut [u8]) -> Result<usize, Error>;
}Required methods
Implementations on Foreign Types
impl<K, V> SerializeIntoSlice for &[(K, V)] where
K: SerializeIntoSlice,
V: SerializeIntoSlice, [src]
impl<K, V> SerializeIntoSlice for &[(K, V)] where
K: SerializeIntoSlice,
V: SerializeIntoSlice, [src]