pub type FragmentContinuation = JsOrRsF<(DocumentElementURI, FragmentKind), Option<TsCont>>;
Aliased Type§
pub enum FragmentContinuation {
Rs(Box<dyn JsFunLike<(DocumentElementURI, FragmentKind), Option<JsOrRsF<(HtmlDivElement, LeptosContext), ()>>, Output = Result<Option<JsOrRsF<(HtmlDivElement, LeptosContext), ()>>, String>>>),
Js(JsFun<(DocumentElementURI, FragmentKind), Option<JsOrRsF<(HtmlDivElement, LeptosContext), ()>>>),
}