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, }

A promise for a result from a method call.

Fields

Auto Trait Implementations

impl<Results> !Send for RemotePromise<Results>

impl<Results> !Sync for RemotePromise<Results>