[][src]Trait kompact::BoxDeserialisable

pub trait BoxDeserialisable<T> {
    fn boxed_serid(&self) -> u64;
fn boxed_get_deserialised(self: Box<Self>) -> Result<T, SerError>; }

Required methods

fn boxed_serid(&self) -> u64

fn boxed_get_deserialised(self: Box<Self>) -> Result<T, SerError>

Loading content...

Implementors

Loading content...