[][src]Trait pl_hlist::IntoHList

pub trait IntoHList<H> where
    H: HList
{ fn into_hlist(self) -> H; }

Allows for converting (and consuming) Self into an HList.

Required methods

fn into_hlist(self) -> H

Loading content...

Implementors

Loading content...