Function syntax::attr::find_inline_attr[src]
pub fn find_inline_attr(attrs: &[Attribute]) -> InlineAttr
True if something like #[inline] is found in the list of attrs.
pub fn find_inline_attr(attrs: &[Attribute]) -> InlineAttr
True if something like #[inline] is found in the list of attrs.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).