Trait cpclib_asm::parser::Locate
source · pub trait Locate {
type Output;
// Required method
fn locate(self, span: Z80Span, size: usize) -> Self::Output;
}Expand description
Implement this trait for type previousy defined without source location.