Trait dmat_components::components::list::ListPropsTrait
source · pub trait ListPropsTrait {
type TitemsSignal: SignalVec<Item = Dom>;
type TApplyFn: FnOnce(DomBuilder<HtmlElement>) -> DomBuilder<HtmlElement>;
// Required method
fn take(self) -> ListProps<Self::TitemsSignal, Self::TApplyFn>;
}