logo
pub trait CodeAsmTlbsync {
    fn tlbsync(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors