pub enum TuiError {
IO(Error),
Fmt(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TuiError
impl !RefUnwindSafe for TuiError
impl Send for TuiError
impl Sync for TuiError
impl Unpin for TuiError
impl UnsafeUnpin for TuiError
impl !UnwindSafe for TuiError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more