[][src]Module frunk::prelude

Traits that need to be imported for the complete frunk experience.

The intent here is that use frunk::prelude::* is enough to provide access to any missing methods advertised in frunk's documentation.

Re-exports

pub use hlist::HList;
pub use hlist::LiftFrom;
pub use hlist::LiftInto;
pub use validated::IntoValidated;