Enum sensehat_screen::error::ScreenError[][src]

pub enum ScreenError {
    Framebuffer(FramebufferError),
    Unicode(FromUtf16Error),
}

Errors that this crate can return

Variants

Trait Implementations

impl Debug for ScreenError
[src]

Formats the value using the given formatter. Read more

impl From<FramebufferError> for ScreenError
[src]

Performs the conversion.

impl From<FromUtf16Error> for ScreenError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ScreenError

impl Sync for ScreenError