[][src]Trait nimiq_database::traits::IntoDatabaseValue

pub trait IntoDatabaseValue {
    fn database_byte_size(&self) -> usize;
fn copy_into_database(&self, bytes: &mut [u8]); }

Required methods

Loading content...

Implementations on Foreign Types

impl IntoDatabaseValue for [u8][src]

impl IntoDatabaseValue for str[src]

Loading content...

Implementors

Loading content...