pub type PrintCallback = fn(_: PrintLevel, _: String);
Expand description
The type of callback functions suitable for being provided to set_print
.
pub type PrintCallback = fn(_: PrintLevel, _: String);
The type of callback functions suitable for being provided to set_print
.