Trait integer_encoding::FixedIntWriter [−][src]
A trait for writing integers without encoding (i.e. FixedInt
) to any Write
type.
A trait for writing integers without encoding (i.e. FixedInt
) to any Write
type.
fn write_fixedint<FI: FixedInt>(&mut self, n: FI) -> Result<usize>
[src]impl<W: Write> FixedIntWriter for W
[src]fn write_fixedint<FI: FixedInt>(&mut self, n: FI) -> Result<usize>
[src]