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>pub type WithStaticArgs<Args> = WithArgs<<Args as WrapStaticArg>::Wrapped>;pub struct WithStaticArgs<Args>(pub PhantomData<<Args as WrapStaticArg>::Wrapped>);0: PhantomData<<Args as WrapStaticArg>::Wrapped>