pub trait SpanExt: Spanned {
    fn is_synthesized(&self) -> bool { ... }
fn starts_on_new_line(&self, format: ListFormat) -> bool { ... }
fn comment_range(&self) -> Span { ... } }

Provided methods

Gets a custom text range to use when emitting comments.

Implementors