pub type retro_location_stop_t = Option<unsafe extern "C" fn()>;Expand description
Stop location services. The device will stop listening for changes to the current location.
Aliased Type§
pub enum retro_location_stop_t {
None,
Some(unsafe extern "C" fn()),
}