Type Definition pd_client::PdFuture[][src]

type PdFuture<T> = BoxFuture<'static, Result<T>>;