pub type clingo_default_model_printer_t = Option<unsafe extern "C" fn(data: *mut c_void) -> bool>;
Expand description

! Callback to print a model in default format. ! ! @param[in] data user data for the callback ! ! @return whether the call was successful

Aliased Type§

enum clingo_default_model_printer_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void) -> bool)

Some value of type T.