Module frunk_core::traits
source · Expand description
Traits that provide generic functionality for multiple types in frunk
Structs§
- Wrapper type around a function for polymorphic maps and folds.
Traits§
- This is a simple, user-implementable alternative to
Fn
. - Trait that allows for reversing a given data structure.
- An alternative to
AsMut
that does not force the reference type to be a pointer itself. - An alternative to AsRef that does not force the reference type to be a pointer itself.