Module frunk::prelude

source ·
Expand description

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 crate::hlist::HList;
pub use crate::hlist::LiftFrom;
pub use crate::hlist::LiftInto;
pub use crate::validated::IntoValidated;