Enum oxidized_curses::SubWindowError [−][src]
pub enum SubWindowError {
CoordinateError(ScreenRect),
OtherError,
}Expand description
Subwindow Creation Error
Variants
CoordinateError(ScreenRect)Auto Trait Implementations
impl RefUnwindSafe for SubWindowErrorimpl Send for SubWindowErrorimpl Sync for SubWindowErrorimpl Unpin for SubWindowErrorimpl UnwindSafe for SubWindowError