Trait unicorn::Register [] [src]

pub trait Register {
    fn to_i32(&self) -> i32;
}

Required Methods

Implementors