Searched defs:parse_attribute (Results 1 – 4 of 4) sorted by relevance
25 pub(super) fn parse_attribute(args: &TokenStream, input: TokenStream) -> Result<TokenStream> { in parse_attribute() function
28 pub fn parse_attribute(input: ParseStream) -> Result<CfgExpr> { in parse_attribute() function
51 fn parse_attribute(attr: &Attribute) -> Result<FieldConstructor> { in parse_attribute() function
92 pub(crate) fn parse_attribute<'a>( in parse_attribute() function