mockiato 0.9.6

A strict, yet friendly mocking library for Rust 2018
Documentation
1
2
3
4
5
6
7
8
9
//!
//! This module is used in the mocks generated by `mockiato-codegen`.
//! It may change at any time. Do not use this module directly.
//!

pub use crate::arguments::Arguments;
pub use crate::fmt::MaybeDebugWrapper;
pub use crate::matcher::{ArgumentMatcher, ArgumentsMatcher};
pub use crate::method::Method;