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