pub type Dart_EmbedderInformationCallback = Option<unsafe extern "C" fn(info: *mut Dart_EmbedderInformation)>;Aliased Type§
pub enum Dart_EmbedderInformationCallback {
None,
Some(unsafe extern "C" fn(*mut Dart_EmbedderInformation)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut Dart_EmbedderInformation))
Some value of type T.