IntoHCons

Trait IntoHCons 

Source
pub trait IntoHCons<L, R: HNext<L>> {
    // Required method
    fn into_hcons(self) -> HCons<L, R>;
}

Required Methods§

Source

fn into_hcons(self) -> HCons<L, R>

Implementors§