pub type Dart_StreamingWriteCallback = Option<unsafe extern "C" fn(callback_data: *mut c_void, buffer: *const u8, size: isize)>;

Aliased Type§

enum Dart_StreamingWriteCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const u8, _: isize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const u8, _: isize))

Some value of type T.