Lines Matching defs:Method
937 pub fn find_default_method(&self) -> Option<&Method> { in find_default_method()
998 pub fn value_parser(&self, field_type: &Type) -> Method { in value_parser()
1021 pub fn action(&self, field_type: &Type) -> Method { in action()
1074 fn resolve(self, _inner_type: &Type) -> Method { in resolve()
1089 fn default_value_parser(inner_type: &Type, span: Span) -> Method { in default_value_parser()
1106 pub fn resolve(self, _field_type: &Type) -> Method { in resolve()
1121 fn default_action(field_type: &Type, span: Span) -> Method { in default_action()
1204 pub struct Method { struct
1209 impl Method { argument
1244 impl ToTokens for Method { implementation
1246 let Method { ref name, ref args } = self; in to_tokens() localVariable