Module tap::prelude[][src]

Reëxports all traits in one place, for easy import.

Traits

Conv

Wraps Into::<T>::into as a method that can be placed in pipelines.

Pipe

Provides universal suffix-position call syntax for any function.

Tap

Point-free value inspection and modification.

TapFallible

Fallible tapping, conditional on the optional success of an expression.

TapOptional

Optional tapping, conditional on the optional presence of a value.

TryConv

Wraps TryInto::<T>::try_into as a method that can be placed in pipelines.