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