Type Alias Val0

Source
pub type Val0<T> = Val<Zero, T>;

Aliased Type§

pub struct Val0<T> {
    pub inner: T,
    /* private fields */
}

Fields§

§inner: T