Trait tapa_trait_serde::IBincodeSerializable[][src]

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

Provided methods

Implementors