pub type Response = ResponseEntity;Aliased Type§
pub struct Response {
pub service_name: String,
pub method_name: String,
pub status: ResponseStatus,
}Fields§
§service_name: StringService name portion of the RPC endpoint.
method_name: StringMethod name portion of the RPC endpoint.
status: ResponseStatusResponse status and payload/error details.