Type Alias Arg0

Source
pub type Arg0<T> = Arg<Zero, T>;

Aliased Type§

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

Fields§

§name: &'static str