Searched defs:from_attributes (Results 1 – 5 of 5) sorted by relevance
26 fn from_attributes(attrs: &[Attribute]) -> Result<Self>; in from_attributes() method
31 pub fn from_attributes(input: &DeriveInput) -> TokenStream { in from_attributes() function
17 mod from_attributes; module
10 mod from_attributes; module
330 pub fn from_attributes(attrs: &[Attribute], out: &mut Vec<Self>) -> syn::Result<()> { in from_attributes() method