Type Alias Val1

Source
pub type Val1<T> = Val<One, T>;

Aliased Type§

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

Fields§

§inner: T