Trait jazz::opcodes::DebugCode

source ·
pub trait DebugCode {
    fn toString(&self) -> String;
}
Expand description

Trait used for print Vec<Instruction>

Required Methods§

Implementations on Foreign Types§

Implementors§