[][src]Type Definition rsocket_rust::prelude::Mono

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