Searched defs:OtherAttrs (Results 1 – 2 of 2) sorted by relevance
44 pub fn parse(cx: &mut Errors, attrs: Vec<Attribute>, mut parser: Parser) -> OtherAttrs { in parse()225 pub struct OtherAttrs(Vec<Attribute>); struct227 impl OtherAttrs { implementation233 impl ToTokens for OtherAttrs { implementation
48 fn expand(ffi: Module, doc: Doc, attrs: OtherAttrs, apis: &[Api], types: &Types) -> TokenStream { in expand()