pub trait WriteNumberVar {
    fn write(&self, data: &mut Data);
}

Required methods

Implementations on Foreign Types

Implementors