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]

Auto Trait Implementations

impl<T> !Send for Params<T>

impl<T> !Sync for Params<T>