Skip to main content

run_a_callback

Function run_a_callback 

Source
pub fn run_a_callback<D, R>(
    global: &<D as DomTypes>::GlobalScope,
    f: impl FnOnce() -> R,
) -> R
where D: DomTypes,
Expand description