Enum sensehat_screen::error::ScreenError [−][src]
pub enum ScreenError {
Framebuffer(FramebufferError),
Unicode(FromUtf16Error),
}Errors that this crate can return
Variants
Framebuffer(FramebufferError)Unicode(FromUtf16Error)
Trait Implementations
impl Debug for ScreenError[src]
impl Debug for ScreenErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<FramebufferError> for ScreenError[src]
impl From<FramebufferError> for ScreenErrorfn from(err: FramebufferError) -> ScreenError[src]
fn from(err: FramebufferError) -> ScreenErrorPerforms the conversion.
impl From<FromUtf16Error> for ScreenError[src]
impl From<FromUtf16Error> for ScreenErrorfn from(err: FromUtf16Error) -> ScreenError[src]
fn from(err: FromUtf16Error) -> ScreenErrorPerforms the conversion.
Auto Trait Implementations
impl Send for ScreenError
impl Send for ScreenErrorimpl Sync for ScreenError
impl Sync for ScreenError