pub trait WriteInto {
    fn write_into<B>(&self, writer: &mut Writer<B>)
    where
        B: BufferMut
; }

Required Methods§

Implementations on Foreign Types§

Implementors§