[][src]Trait cryptonote_varint::VarInt

pub trait VarInt {
    fn parse(value: u128) -> Self;
fn retrieve(value: Self) -> u128; }

Required methods

fn parse(value: u128) -> Self

fn retrieve(value: Self) -> u128

Loading content...

Implementations on Foreign Types

impl VarInt for u64[src]

impl VarInt for u32[src]

impl VarInt for u16[src]

impl VarInt for u8[src]

Loading content...

Implementors

Loading content...