pub trait EncodeInto: Encode {
    fn encode_into<T: AsMut<[u8]> + Default>(&self) -> T { ... }
}

Provided Methods§

Implementors§