Trait binary_stream::Encodable
source · pub trait Encodable {
// Required method
fn encode<W: Write + Seek>(
&self,
writer: &mut BinaryWriter<W>,
) -> Result<()>;
}
Expand description
Trait for encoding to binary.
Required Methods§
Object Safety§
This trait is not object safe.