Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic-build/src/
H A Dmanual.rs136 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 Dlib.rs108 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 Dclient.rs223 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 Dprost.rs103 type Method = TonicBuildMethod; typedef
122 fn methods(&self) -> &[Self::Method] { in methods()
/tonic/tonic/src/
H A Drequest.rs177 method: http::Method, in into_http()
/tonic/tonic-web/src/
H A Dservice.rs190 fn new(headers: &'a HeaderMap, method: &'a Method, version: Version) -> Self { in new()