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

Required Methods§

Implementors§