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.

Required Associated Types§

Required Methods§

source

fn locate(self, span: Z80Span, size: usize) -> Self::Output

Implementors§