pub trait Decode<'a>: Sized { }Expand description
A type which can be decoded from bytes with decode.
Use #[derive(Decode)] to implement.
Object Safety§
This trait is not object safe.
pub trait Decode<'a>: Sized { }A type which can be decoded from bytes with decode.
Use #[derive(Decode)] to implement.