Searched defs:type_from (Results 1 – 1 of 1) sorted by relevance
214 type_from: Option<syn::Type>, field302 let mut type_from = Attr::none(cx, FROM); in from_ast() localVariable634 pub fn type_from(&self) -> Option<&syn::Type> { in type_from() method