pub type NotcursesResult<T> = Result<T, NotcursesError>;Expand description
The Notcurses result type.
Aliased Type§
pub enum NotcursesResult<T> {
Ok(T),
Err(NotcursesError),
}pub type NotcursesResult<T> = Result<T, NotcursesError>;The Notcurses result type.
pub enum NotcursesResult<T> {
Ok(T),
Err(NotcursesError),
}