Trait mtop_client::Timeout
source · pub trait Timeout: Sized {
// Required method
fn timeout<S>(self, t: Duration, operation: S) -> Timed<Self> ⓘ
where S: Into<String>;
}Expand description
Timeout can be used to add a timeout to any future emitted by mtop.
Required Methods§
Object Safety§
This trait is not object safe.