[][src]Trait ra_ap_syntax::ast::HasQuotes

pub trait HasQuotes: AstToken {
    fn quote_offsets(&self) -> Option<QuoteOffsets> { ... }
fn open_quote_text_range(&self) -> Option<TextRange> { ... }
fn close_quote_text_range(&self) -> Option<TextRange> { ... }
fn text_range_between_quotes(&self) -> Option<TextRange> { ... } }

Provided methods

Loading content...

Implementors

impl HasQuotes for RawString[src]

impl HasQuotes for String[src]

Loading content...