Function tsync::utils::get_attribute

source ยท
pub fn get_attribute<'a>(
    needle: &'a str,
    attributes: &'a [Attribute],
) -> Option<&'a Attribute>
Expand description

Get the attribute matching needle name.