entrait_export

Attribute Macro entrait_export 

Source
#[entrait_export]
Expand description

Same as the entrait macro, only that the export option is set to true.

This can be used in libraries to export mocks.

A good way to reduce noise can to to import it as use entrait::entrait_export as entrait;.