Type Alias Arg2

Source
pub type Arg2<T> = Arg<Two, T>;

Aliased Type§

pub struct Arg2<T> {
    pub name: &'static str,
    /* private fields */
}

Fields§

§name: &'static str