Function easy_plugin::extractor::meta_to_name_value []

pub fn meta_to_name_value(meta: &Spanned<MetaItemKind>)
                          -> Result<(String, Spanned<LitKind>), (Span, String)>

Returns the MetaItemKind::NameValue values in the supplied MetaItem.