macro_rules! hoc_chain {
($component:ty, $props:expr, $context:expr, $($hoc:ty),+) => { ... };
}Expand description
Macro for chaining multiple HOCs
macro_rules! hoc_chain {
($component:ty, $props:expr, $context:expr, $($hoc:ty),+) => { ... };
}Macro for chaining multiple HOCs