Macro with_hoc

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

Macro for easy HOC creation