Function respo::render_node

source ·
pub fn render_node<T, U>(
    mount_target: Node,
    get_store: Box<dyn Fn() -> U>,
    renderer: Box<dyn FnMut() -> Result<RespoNode<T>, String>>,
    dispatch_action: DispatchFn<T>,
    interval: Option<i32>
) -> Result<(), JsValue>where
    T: 'static + Debug + Clone,
    U: Debug + Clone + PartialEq + 'static,
Expand description

render elements