Module matchers

Module matchers 

Source
Expand description

Matcher traits module for bringing the traits into scope

Re-exportsยง

pub use crate::backend::matchers::boolean::BooleanMatchers;
pub use crate::backend::matchers::collection::CollectionExtensions;
pub use crate::backend::matchers::collection::CollectionMatchers;
pub use crate::backend::matchers::equality::EqualityMatchers;
pub use crate::backend::matchers::hashmap::HashMapMatchers;
pub use crate::backend::matchers::numeric::NumericMatchers;
pub use crate::backend::matchers::option::OptionMatchers;
pub use crate::backend::matchers::result::ResultMatchers;
pub use crate::backend::matchers::string::StringMatchers;