matches_isa

Macro matches_isa 

Source
macro_rules! matches_isa {
    ($self:ident, $super:ident $(| $other:ident)*) => { ... };
}