Macro dmat_components::list

source ·
macro_rules! list {
    ($($methods:tt)*) => { ... };
}
Expand description

This macro is generated by the dominator-component-macros crate. For more information, see the ListProps. All generated methods:

list! ({
    .items(<Into<Vec<Dom>>>)
    .items_signal_vec(<TitemsSignal : futures_signals :: signal_vec :: SignalVec < Item = Dom >>)
    .apply(<TApplyFn>)
});