Type Alias esp_idf_sys::shutdown_handler_t
source · pub type shutdown_handler_t = Option<unsafe extern "C" fn()>;
Expand description
Shutdown handler type
Aliased Type§
enum shutdown_handler_t {
None,
Some(unsafe extern "C" fn()),
}