pub trait WriteNumberFixed {
    fn write(&self, data: &mut Data);
fn write_at(&self, idx: usize, data: &mut Data) -> Result<()>; }

Required methods

Implementations on Foreign Types

Implementors