referrerpolicy=no-referrer-when-downgrade
frame_support

Macro match_type

Source
macro_rules! match_type {
    ($( $x:tt )*) => { ... };
}
👎Deprecated: Use match_types! instead
Expand description

Create a type which implements the Contains trait for a particular type with syntax similar to matches!.