Trait cyfs_lib::CollectionCodec
source · [−]pub trait CollectionCodec<T> {
fn encode(&self) -> BuckyResult<Vec<u8>>;
fn decode(buf: &[u8]) -> BuckyResult<T>;
}
pub trait CollectionCodec<T> {
fn encode(&self) -> BuckyResult<Vec<u8>>;
fn decode(buf: &[u8]) -> BuckyResult<T>;
}