Trait neure::iter::IndexBySpan
source · pub trait IndexBySpan {
type Output: ?Sized;
// Required method
fn get_by_span(&self, span: &Span) -> Option<&Self::Output>;
}pub trait IndexBySpan {
type Output: ?Sized;
// Required method
fn get_by_span(&self, span: &Span) -> Option<&Self::Output>;
}