Struct capnp::capability::Results [] [src]

pub struct Results<T> {
    pub marker: PhantomData<T>,
    pub hook: Box<ResultsHook>,
}

The return values of a method, written in-place by the method body.

Fields

Methods

impl<T> Results<T> where
    T: for<'a> Owned<'a>, 
[src]

[src]

[src]

[src]