[][src]Enum st7567::Error

pub enum Error<P, S> where
    P: Pin,
    S: Write<u8>, 
{ SpiError(S::Error), PinError(P::Error), }

Variants

SpiError(S::Error)
PinError(P::Error)

Trait Implementations

impl<P, S> Display for Error<P, S> where
    P: Pin,
    S: Write<u8>, 
[src]

impl<P, S> Debug for Error<P, S> where
    P: Pin,
    S: Write<u8>, 
[src]

impl<P, S> Error for Error<P, S> where
    P: Pin,
    S: Write<u8>, 
[src]

Auto Trait Implementations

impl<P, S> Send for Error<P, S> where
    <P as Pin>::Error: Send,
    <S as Write<u8>>::Error: Send

impl<P, S> Sync for Error<P, S> where
    <P as Pin>::Error: Sync,
    <S as Write<u8>>::Error: Sync

impl<P, S> Unpin for Error<P, S> where
    <P as Pin>::Error: Unpin,
    <S as Write<u8>>::Error: Unpin

impl<P, S> UnwindSafe for Error<P, S> where
    <P as Pin>::Error: UnwindSafe,
    <S as Write<u8>>::Error: UnwindSafe

impl<P, S> RefUnwindSafe for Error<P, S> where
    <P as Pin>::Error: RefUnwindSafe,
    <S as Write<u8>>::Error: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]