Type Definition libnotcurses_sys::NcResizeCb

source ·
pub type NcResizeCb = fn(_: &mut NcPlane) -> NcResult_i32;
Expand description

A callback function called when an NcPlane is resized.

See also