pub fn find_attribute<'a>(
attrs: &'a [AttributeMessage],
name: &str,
) -> Option<&'a AttributeMessage>Expand description
Find a specific attribute by name.
pub fn find_attribute<'a>(
attrs: &'a [AttributeMessage],
name: &str,
) -> Option<&'a AttributeMessage>Find a specific attribute by name.