[][src]Trait type_freak::list::TList

pub trait TList { }

Represents a typed list constructed by LCons and LNil.

Implementors

impl TList for LNil[src]

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

Loading content...