Function use_ref_js_with

Source
pub fn use_ref_js_with<T: ToJs + FromJs, F: FnOnce() -> T>(
    get_initial_value: F,
) -> MutableRefJs<T>