Trait frunk_utils::ForEach
source · pub trait ForEach<F>: HList {
// Required method
fn for_each(self, f: F);
}Required Methods§
Object Safety§
This trait is not object safe.
pub trait ForEach<F>: HList {
// Required method
fn for_each(self, f: F);
}