WithStaticArgs

Type Alias WithStaticArgs 

Source
pub type WithStaticArgs<Args> = WithArgs<<Args as WrapStaticArg>::Wrapped>;

Aliased Type§

pub struct WithStaticArgs<Args>(pub PhantomData<<Args as WrapStaticArg>::Wrapped>);

Tuple Fields§

§0: PhantomData<<Args as WrapStaticArg>::Wrapped>