[][src]Trait ra_ap_syntax::ast::HasStringValue

pub trait HasStringValue: HasQuotes {
    fn value(&self) -> Option<Cow<'_, str>>;
}

Required methods

fn value(&self) -> Option<Cow<'_, str>>

Loading content...

Implementors

impl HasStringValue for RawString[src]

impl HasStringValue for String[src]

Loading content...