pub trait SourceMapIndexable<Index> {
// Required method
fn contains(&self, other: &Index) -> bool;
}Expand description
A trait for types which can be used as lookup indices in a SourceMap.
pub trait SourceMapIndexable<Index> {
// Required method
fn contains(&self, other: &Index) -> bool;
}A trait for types which can be used as lookup indices in a SourceMap.