Module rassert::prelude[][src]

Re-exports

pub use super::expect;
pub use super::expect_matches;

Traits

Expectation extension for working with booleans

Expectation extension for custom assertion functions.

Expectation extension for values that are PartialEq and Debug.

Expectation extension for working with Options.

Expectation extension to assert the contents of an Option if the contained type is Debug and PartialEq.

Expectation extension for working with Results.

Expectation extension to assert the contents of an Result if the contained Ok type is Debug and PartialEq.

Expectation extension for working with Vecs.

Expectation extension for working with the items of a Vec if the contained type is Debug and PartialEq.