pub type Dart_PostInteger_Type = Option<unsafe extern "C" fn(port_id: Dart_Port_DL, message: i64) -> bool>;

Aliased Type§

enum Dart_PostInteger_Type {
    None,
    Some(unsafe extern "C" fn(_: i64, _: i64) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i64, _: i64) -> bool)

Some value of type T.