Type Definition binate::Mono[][src]

type Mono<T> = Pin<Box<dyn Send + Sync + Future<Output = T>>>;
Expand description

A stream that emits a value exactly once.