Trait bitbuf::FromBitBuf [] [src]

pub trait FromBitBuf {
    fn from_bitbuf(buf: &mut BitBuf) -> Self;
}

Required Methods

Implementors