find_attrs

Function find_attrs 

Source
pub fn find_attrs<'a, T, I>(
    attrs: I,
    ident: &'a Ident,
) -> Filter<<I as IntoIterator>::IntoIter, impl FnMut(&T) + 'a>
where T: PathIsIdent, I: 'a + IntoIterator<Item = T>,
Expand description

Finds all attributes from a list with ident ident