[][src]Trait pathtrie::Integer

pub trait Integer: Default + Display + Debug + Copy + Sealed + TryFrom<u64> {
    fn write_le_bytes<W: Write>(self, writer: &mut W) -> Result<(), Error>;
}

Required methods

fn write_le_bytes<W: Write>(self, writer: &mut W) -> Result<(), Error>

Loading content...

Implementations on Foreign Types

impl Integer for u128[src]

impl Integer for u64[src]

impl Integer for u32[src]

impl Integer for u16[src]

impl Integer for u8[src]

Loading content...

Implementors

Loading content...