Function set_once

Source
pub fn set_once<F, M>(f: F)
where F: FnOnce() -> M, M: PresentationMode + 'static + Send + Sync,
Expand description

Set the panic hook and ensure it is only set once.