Home
last modified time | relevance | path

Searched defs:FilterAttrs (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dattr.rs596 pub(crate) trait FilterAttrs<'a> { interface
605 impl<'a> FilterAttrs<'a> for &'a [Attribute] { impl