Module frunk_core::traits[][src]

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.

ToRef

An alternative to AsRef that does not force the reference type to be a pointer itself.