Crate apply

source
Expand description

A tiny library for chaining free functions into method call chains.

Traits§

  • Represents a type that you can apply arbitrary functions to. Useful for when a method doesn’t return the receiver but you want to apply several of them to the object.
  • Represents a type which can have functions applied to it (implemented by default for all types).