Type Definition bitbuffer::Result[][src]

pub type Result<T, E = BitError> = Result<T, E>;
Expand description

Either the read bits in the requested format or a BitError