Type Definition libnotcurses_sys::NcIntResult[][src]

pub type NcIntResult = i32;
Expand description

The value used to return errors by the underlying C API (alias of i32).

A value < 0 means error, (usually -1).

Defined constants:

Trait Implementations

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.