pub trait CodeAsmFrstor<T> { // Required method fn frstor(&mut self, op0: T) -> Result<(), IcedError>; }