Type Definition libnotcurses_sys::NcResizeCbUnsafe[][src]

pub type NcResizeCbUnsafe = unsafe extern "C" fn(_: *mut NcPlane) -> NcIntResult;
Expand description

The unsafe version of NcResizeCb expected by the notcurses C API.

Trait Implementations