Function easy_plugin::extractor::attr_to_list []

pub fn attr_to_list(attr: &Spanned<Attribute_>)
                    -> Result<(String, Vec<Spanned<NestedMetaItemKind>>), (Span, String)>

Returns the MetaItemKind::List values in the supplied Attribute.