Function mockall::examples::mock_ffi::ffi_func_context
source · pub fn ffi_func_context() -> Context
👎Deprecated since 0.9.0: Using automock directly on an extern block is deprecated. Instead, wrap the extern block in a module, and automock that, like #[automock] mod ffi { extern “C” { fn foo … } }
Expand description
Create a Context
for mocking the ffi_func
method