Trait ebml_iterable::tools::Vint[][src]

pub trait Vint {
    fn as_vint(&self) -> Result<Vec<u8>, ToolError>;
fn as_vint_with_length(&self, length: usize) -> Result<Vec<u8>, ToolError>; }

Required methods

Implementations on Foreign Types

Implementors