Function easy_proc::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