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

type Handler = Option<extern "C" fn()>;

Pointer to an exception routine.