Type Alias flipperzero_sys::ByteInputCallback
source · pub type ByteInputCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
callback that is executed on save button press
Aliased Type§
enum ByteInputCallback {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}