Trait tarpc::rpc::server::Serve [−][src]
Basically a Fn(Req) -> impl Future<Output = Resp>;
Associated Types
type Resp
[src][−]
Type of response.
type Fut: Future<Output = Self::Resp>
[src][−]
Type of response future.