List1

Type Alias List1 

Source
pub type List1<I> = Segment<I, Empty<<I as Value>::Type>>;

Aliased Typeยง

pub struct List1<I>(/* private fields */);