pub type LocalWaitForEventFuture<'a> = GenericWaitForEventFuture<'a, NoopLock>;
Expand description

Aliased Type§

struct LocalWaitForEventFuture<'a> { /* private fields */ }