pub trait Encode { }Expand description
A type which can be encoded to bytes with encode.
Use #[derive(Encode)] to implement.
Object Safety§
This trait is not object safe.
pub trait Encode { }A type which can be encoded to bytes with encode.
Use #[derive(Encode)] to implement.