[][src]Trait leveldb::database::util::FromU8

pub trait FromU8 {
    pub fn from_u8(data: &[u8]) -> Self;
}

Required methods

pub fn from_u8(data: &[u8]) -> Self[src]

Loading content...

Implementations on Foreign Types

impl FromU8 for u8[src]

impl FromU8 for i8[src]

impl FromU8 for u16[src]

impl FromU8 for i16[src]

impl FromU8 for u32[src]

impl FromU8 for i32[src]

impl FromU8 for u64[src]

impl FromU8 for i64[src]

impl FromU8 for u128[src]

impl FromU8 for i128[src]

Loading content...

Implementors

Loading content...