Module mockall::examples::__mock_MockFoo_Foo::__bang
source · Structs§
- Manages the context for expectations of static methods.
- Expectation type for methods that return a
'static
type. This is the type returned by theexpect_*
methods. - Like an
&Expectation
but protected by a Mutex guard. Useful for mocking static methods. Forwards accesses to anExpectation
object.