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

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