pub(crate) fn get_attr(name: &str, nv: &MetaNameValue) -> Option<String>Expand description
Returns the value of a matching attribute in form #[name = "value"].
pub(crate) fn get_attr(name: &str, nv: &MetaNameValue) -> Option<String>Returns the value of a matching attribute in form #[name = "value"].