[][src]Trait pl_hlist::ToHList

pub trait ToHList<H> where
    H: HList
{ fn to_hlist(&self) -> H; }

Allows for copying the contents of Self into an HList.

Required methods

fn to_hlist(&self) -> H

Loading content...

Implementors

Loading content...