[−]Trait ipld_block_builder::codec::Codec
Codec trait.
Associated Types
Loading content...Associated Constants
Loading content...Provided methods
fn encode<T>(obj: &T) -> Result<Box<[u8]>, Self::Error> where
T: Encode<Self> + ?Sized,
T: Encode<Self> + ?Sized,
fn decode<T>(bytes: &[u8]) -> Result<T, Self::Error> where
T: Decode<Self>,
T: Decode<Self>,