[][src]Trait tree_buf::internal::primitive::IntFromU64

pub trait IntFromU64: Into<u64> + TryFrom<u64> + Copy + Default { }

Implementations on Foreign Types

impl IntFromU64 for u8[src]

impl IntFromU64 for u16[src]

impl IntFromU64 for u32[src]

impl IntFromU64 for u64[src]

Loading content...

Implementors

Loading content...