pub trait CodeAsmFyl2x {
    fn fyl2x(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§