pub trait ComponentConstruction: Debug {
    fn ser(&self, writer: &mut BEBitWriter<Vec<u8>>) -> Res<()>;
}

Required Methods

Implementors