Trait libnotcurses_sys::NcResizeCbApi[][src]

pub trait NcResizeCbApi {
    fn to_rust(&self) -> Option<NcResizeCb>;
fn to_c(&self) -> Option<NcResizeCbUnsafe>; }
Expand description

Enables the NcResizeCb associated methods and constants.

Required methods

Implementors