Trait tapa_trait_serde::IBincodeSerializable[][src]

pub trait IBincodeSerializable<T = Self> where
    Self: DeserializeOwned + Serialize + Clone + Send + Sized
{ fn from_bincode_bytes(bincode_slice: &[u8]) -> AnyResult<Self> { ... }
fn to_bincode_bytes(&self) -> Vec<u8> { ... } }

Provided methods

fn from_bincode_bytes(bincode_slice: &[u8]) -> AnyResult<Self>[src]

fn to_bincode_bytes(&self) -> Vec<u8>[src]

Loading content...

Implementors

Loading content...