Struct capnp::capability::Params [] [src]

pub struct Params<T> {
    pub marker: PhantomData<T>,
    pub hook: Box<ParamsHook>,
}

The values of the parameters passed to a method call, as seen by the server.

Fields

Methods

impl<T> Params<T>
[src]

[src]

[src]