[][src]Crate trait_match

Facilities for matching on the types of expressions.

Macros

amatch

Matching over dyn Any trait objects.

Attribute Macros

sealed

Mark trait as sealed so you can match over it.