(request: ())
| 12 | type Output = proto::rpc::RpcStatus; |
| 13 | |
| 14 | fn decode(request: ()) -> tonic::Result<Self::Input> { |
| 15 | Ok(request) |
| 16 | } |
| 17 | |
| 18 | fn encode(output: Self::Output) -> tonic::Result<proto::rpc::RpcStatus> { |
| 19 | Ok(output) |
nothing calls this directly
no outgoing calls
no test coverage detected