Trait Vint
Other items inebml_iterable::tools
pub trait Vint { fn as_vint(&self) -> Result<Vec<u8>, ToolError>; fn as_vint_with_length(&self, length: usize) -> Result<Vec<u8>, ToolError>; }
fn as_vint(&self) -> Result<Vec<u8>, ToolError>
fn as_vint_with_length(&self, length: usize) -> Result<Vec<u8>, ToolError>
impl Vint for u64