pub trait Frame {
    fn encode<const SIDE: bool>(&self, writer: &mut Vec<u8>);
}

Required Methods

Implementations on Foreign Types

Implementors