Type Definition xpct::matchers::SomeFailures

source ·
pub type SomeFailures = Vec<Option<FormattedFailure>>;
Expand description

A value that is returned by matchers that compose a list of other matchers.

This represents the formatted failure output of each element in the list.

This type is used by matchers like any and each that compose other matchers.