pub trait Wait: Resolvable {
// Required method
fn wait(self) -> Self::To;
}Expand description
Synchronous execution of a resolvable
pub trait Wait: Resolvable {
// Required method
fn wait(self) -> Self::To;
}Synchronous execution of a resolvable