Module traits

Source
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.
IntoReverse
Trait that allows for reversing a given data structure.
ToMut
An alternative to AsMut that 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.