Function easy_plugin::extractor::lit_to_str []

pub fn lit_to_str(lit: &Spanned<LitKind>)
                  -> Result<(String, StrStyle), (Span, String)>

Returns the LitKind::Str values in the supplied Lit.