[][src]Trait type_freak::list::marker::NonEmptyTList

pub trait NonEmptyTList: TList { }

Marks a non-empty TList.

Implementors

impl<Head, Tail> NonEmptyTList for LCons<Head, Tail> where
    Tail: TList
[src]

Loading content...