Trait WriteToBitBuf

Source
pub trait WriteToBitBuf {
    // Required method
    fn write_to_bitbuf(&self, buf: &mut BitBuf);
}

Required Methods§

Source

fn write_to_bitbuf(&self, buf: &mut BitBuf)

Implementors§