Struct tonic::transport::TimeoutExpired [−][src]
pub struct TimeoutExpired(_);
Expand description
Error returned if a request didn’t complete within the configured timeout.
Timeouts can be configured either with Endpoint::timeout
, Server::timeout
, or by
setting the grpc-timeout
metadata value.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeoutExpired
impl Send for TimeoutExpired
impl Sync for TimeoutExpired
impl Unpin for TimeoutExpired
impl UnwindSafe for TimeoutExpired
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more