Type Alias libbpf_rs::PrintCallback

source ยท
pub type PrintCallback = fn(_: PrintLevel, _: String);
Expand description

The type of callback functions suitable for being provided to set_print.