Searched defs:parse_attribute (Results 1 – 7 of 7) sorted by relevance
7 mod parse_attribute; module
25 pub(super) fn parse_attribute(args: &TokenStream, input: TokenStream) -> Result<TokenStream> { in parse_attribute() function
31 pub(crate) fn parse_attribute(attr: &Attribute) -> Result<CfgExpr> { in parse_attribute() function
51 fn parse_attribute(attr: &Attribute) -> Result<FieldConstructor> { in parse_attribute() function
325 pub fn parse_attribute(attr: &Attribute) -> syn::Result<impl IntoIterator<Item = Self>> { in parse_attribute() method