[][src]Macro sealrs::type_matcher

macro_rules! type_matcher {
    ($t:path) => { ... };
}

Creates TestProbe matcher function which match specified message type.

Examples

 type_matcher!(some_actor::SomeMsg);