Trait libnotcurses_sys::NcIntResultApi[][src]

pub trait NcIntResultApi {
    const OK: i32;
    const ERR: i32;
    const MAX: i32;
}
Expand description

Enables the NcIntResult associated methods and constants.

Associated Constants

OK value, for the functions that return NcIntResult.

ERROR value, for the functions that return an NcIntResult.

MAX value, for the functions that return NcIntResult.

Implementors