Trait dmat_components::components::card::CardPropsTrait
source · pub trait CardPropsTrait {
type TchildSignal: Signal<Item = Dom>;
type TApplyFn: FnOnce(DomBuilder<HtmlElement>) -> DomBuilder<HtmlElement>;
// Required method
fn take(self) -> CardProps<Self::TchildSignal, Self::TApplyFn>;
}