Trait clippy_utils::source::SpanRange
source · pub trait SpanRange {
// Required method
fn into_range(self) -> Range<BytePos>;
}
Expand description
A type which can be converted to the range portion of a Span
.
pub trait SpanRange {
// Required method
fn into_range(self) -> Range<BytePos>;
}
A type which can be converted to the range portion of a Span
.