Type Definition drone_core::exception::ResetHandler [] [src]

type ResetHandler = Option<extern "C" fn() -> !>;

Pointer to a reset routine.