You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't seem to be compatible with anyhow, so I can't use the ? syntactic sugar.
the trait bound `hd44780_driver::error::Error: std::error::Error` is not satisfied
the following other types implement trait `FromResidual<R>`:
<Result<T, F> as FromResidual<Yeet<E>>>
<Result<T, F> as FromResidual<Result<Infallible, E>>>
required for `anyhow::Error` to implement `From<hd44780_driver::error::Error>`
required for `Result<(), anyhow::Error>` to implement `FromResidual<Result<Infallible, hd44780_driver::error::Error>>` [E0277]
The text was updated successfully, but these errors were encountered:
Doesn't seem to be compatible with anyhow, so I can't use the
?
syntactic sugar.The text was updated successfully, but these errors were encountered: