Module mock

Module mock 

Source
Expand description

Mocking support for messages.

Contains Mockable trait that should be implemented by any object that can be used in the DAPI.

Note that this trait is defined even if mocks are not supported, but it should always return None on serialization.

Modules§

serde_mockable
Serde serialization and deserialization for Mockable objects.

Traits§

Mockable
Mocking support for messages.