[][src]Trait jlib::base::serialize::serialized_type::SerializedType

pub trait SerializedType {
    fn serialize(&self) -> Vec<u8>;
fn parse(&self); }

Required methods

fn serialize(&self) -> Vec<u8>

fn parse(&self)

Loading content...

Implementors

impl SerializedType for STHash128[src]

impl SerializedType for STHash160[src]

impl SerializedType for STHash256[src]

Loading content...