Lines Matching defs:Method
941 pub fn find_default_method(&self) -> Option<&Method> { in find_default_method()
1002 pub fn value_parser(&self, field_type: &Type) -> Method { in value_parser()
1025 pub fn action(&self, field_type: &Type) -> Method { in action()
1078 fn resolve(self, _inner_type: &Type) -> Method { in resolve()
1093 fn default_value_parser(inner_type: &Type, span: Span) -> Method { in default_value_parser()
1110 pub fn resolve(self, _field_type: &Type) -> Method { in resolve()
1125 fn default_action(field_type: &Type, span: Span) -> Method { in default_action()
1208 pub struct Method { struct
1213 impl Method { implementation
1250 impl ToTokens for Method { implementation
1252 let Method { ref name, ref args } = self; in to_tokens() localVariable