Struct capnp::capability::RemotePromise [] [src]

#[must_use]
pub struct RemotePromise<Results> where Results: Pipelined + for<'a> Owned<'a> + 'static {
    pub promise: Promise<Response<Results>, Error>,
    pub pipeline: Results::Pipeline,
}

Fields

promise: Promise<Response<Results>, Error> pipeline: Results::Pipeline