WrapStaticArg

Trait WrapStaticArg 

Source
pub trait WrapStaticArg {
    type Wrapped;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl WrapStaticArg for Nil

Source§

impl<Arg, Args> WrapStaticArg for Cons<Arg, Args>
where Args: WrapStaticArg,

Implementors§