Macro hoc_chain

Source
macro_rules! hoc_chain {
    ($component:ty, $props:expr, $context:expr, $($hoc:ty),+) => { ... };
}
Expand description

Macro for chaining multiple HOCs