pub struct GrpcStreamMessage { /* private fields */ }Expand description
Response type for GrpcStream::on_message
Implementations§
Source§impl GrpcStreamMessage
impl GrpcStreamMessage
Sourcepub fn status_code(&self) -> GrpcCode
pub fn status_code(&self) -> GrpcCode
GRPC status code of the message
Sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
Optional GRPC status message of the message