Trait cpclib_asm::assembler::Visited
source · pub trait Visited {
// Required method
fn visited(&self, env: &mut Env) -> Result<(), AssemblerError>;
}Expand description
Trait to implement for each type of token. it allows to drive the appropriate data vonversion