Trait ToBitStream
trait ToBitStream
Implemented by complex types that don't require any additional context to build themselves to a writer
Example
use ;
use ;
let mut data = Vecnew;
let mut writer = endian;
writer.build.unwrap;
assert_eq!;
Associated Types
type ErrorError generated during building, such as
io::Error
Required Methods
fn to_writer<W: BitWrite + ?Sized>(self: &Self, w: &mut W) -> Result<(), <Self as >::Error> where Self: SizedGenerate self to writer