Searched defs:Method (Results 1 – 6 of 6) sorted by relevance
| /tonic/tonic-build/src/ |
| H A D | manual.rs | 136 type Method = Method; typedef 150 fn methods(&self) -> &[Self::Method] { in methods() 161 pub struct Method { struct 182 impl Method { argument 189 impl crate::Method for Method { implementation 340 pub fn build(self) -> Method { in build()
|
| H A D | lib.rs | 108 type Method: Method; typedef 117 fn methods(&self) -> &[Self::Method]; in methods() 128 pub trait Method { interface 211 fn format_method_path<T: Service>(service: &T, method: &T::Method, emit_package: bool) -> String { in format_method_path() 219 fn format_method_name<T: Service>(service: &T, method: &T::Method, emit_package: bool) -> String { in format_method_name()
|
| H A D | client.rs | 223 method: &T::Method, in generate_unary() 254 method: &T::Method, in generate_server_streaming() 285 method: &T::Method, in generate_client_streaming() 316 method: &T::Method, in generate_streaming()
|
| H A D | prost.rs | 103 type Method = TonicBuildMethod; typedef 122 fn methods(&self) -> &[Self::Method] { in methods()
|
| /tonic/tonic/src/ |
| H A D | request.rs | 177 method: http::Method, in into_http()
|
| /tonic/tonic-web/src/ |
| H A D | service.rs | 190 fn new(headers: &'a HeaderMap, method: &'a Method, version: Version) -> Self { in new()
|