pub trait LoadingBarPropsTrait {
type TApplyFn: FnOnce(DomBuilder<HtmlElement>) -> DomBuilder<HtmlElement>;
// Required method
fn take(self) -> LoadingBarProps<Self::TApplyFn>;
}
pub trait LoadingBarPropsTrait {
type TApplyFn: FnOnce(DomBuilder<HtmlElement>) -> DomBuilder<HtmlElement>;
// Required method
fn take(self) -> LoadingBarProps<Self::TApplyFn>;
}