Skip to main content

hd44780_driver/
error.rs

1#[derive(Debug)]
2pub struct Error;
3pub type Result<T> = core::result::Result<T, Error>;