Expand description
Traits that provide generic functionality for multiple types in frunk
Structs§
- Poly
 - Wrapper type around a function for polymorphic maps and folds.
 
Traits§
- Func
 - This is a simple, user-implementable alternative to 
Fn. - Into
Reverse  - Trait that allows for reversing a given data structure.
 - ToMut
 - An alternative to 
AsMutthat does not force the reference type to be a pointer itself. - ToRef
 - An alternative to AsRef that does not force the reference type to be a pointer itself.