Trait bitbuf::WriteToBitBuf [] [src]

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

Required Methods

Implementors