[][src]Type Definition rsocket_rust::PinBoxFuture

type PinBoxFuture<T> = Pin<Box<dyn Future<Output = T>>>;