pub trait ZephyrMock {
// Required method
fn mocked() -> Result<Self>
where Self: Sized;
}
Expand description
Standard mocked Zephyr object. This trait must be implemented for all components that are encompassed by the Zephyr VM that required mocks for testing.