[][src]Trait nimiq_database::traits::FromDatabaseValue

pub trait FromDatabaseValue {
    fn copy_from_database(bytes: &[u8]) -> Result<Self>
    where
        Self: Sized
; }

Required methods

fn copy_from_database(bytes: &[u8]) -> Result<Self> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl FromDatabaseValue for String[src]

impl FromDatabaseValue for u32[src]

Loading content...

Implementors

Loading content...