[][src]Trait pl_hlist::FromHList

pub trait FromHList<H> where
    H: HList
{ fn from_hlist(hlist: H) -> Self; }

Allows for conversion from an HList to an instance of the Self type.

Required methods

fn from_hlist(hlist: H) -> Self

Loading content...

Implementors

Loading content...