[][src]Trait embedded_time::Error

pub trait Error: Debug + Eq { }

General error-type trait implemented for all error types in this crate

Implementations on Foreign Types

impl Error for ()[src]

impl Error for Infallible[src]

Loading content...

Implementors

impl<E: Error> Error for Error<E>[src]

impl<E: Error> Error for TimeError<E>[src]

Loading content...