Type Definition libnotcurses_sys::NcResizeCb[][src]

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

A callback function called when an NcPlane is resized.

See also ncresizecb_to_rust & ncresizecb_to_c.

Trait Implementations