[][src]Trait vec_saver::convert::Convert

pub trait Convert {
    fn to_2_array(&self) -> [u8; 2];
fn to_4_array(&self) -> [u8; 4];
fn to_8_array(&self) -> [u8; 8];
fn to_16_array(&self) -> [u8; 16]; }

Required methods

fn to_2_array(&self) -> [u8; 2]

fn to_4_array(&self) -> [u8; 4]

fn to_8_array(&self) -> [u8; 8]

fn to_16_array(&self) -> [u8; 16]

Loading content...

Implementations on Foreign Types

impl Convert for Vec<u8>[src]

Loading content...

Implementors

Loading content...