Expand description

APIs used by macros, not intended to be used directly.

Enums

The evaluation of a MockFn.

Traits

Fallback trait (using autoref specialization) for returning "?" when the implementing value does not implement std::fmt::Debug.
Trait for computing the proper std::fmt::Debug representation of a value.

Functions

Convert any type implementing AsRef<str> to a &str.
Evaluate a MockFn given some inputs, to produce its output.
Evaluate a MockFn given some inputs, to produce its output, where output is borrowed from self.
Evaluate a MockFn given some inputs, to produce its output, where output is borrowed from a parameter that is not self.
Evaluate a MockFn given some inputs, to produce its output, where output is a static reference to F::Output.
Take a vector of strings, comma separate and put within parentheses.