Settings
Help

call_inspectors

Macro call_inspectors 

Source
macro_rules! call_inspectors {
    ([$($inspector:expr),+ $(,)?], |$id:ident $(,)?| $body:expr $(,)?) => { ... };
    (#[ret] [$($inspector:expr),+ $(,)?], |$id:ident $(,)?| $body:expr $(,)?) => { ... };
}
Expand description

Helper macro to call the same method on multiple inspectors without resorting to dynamic dispatch.