Enum api::SendError [] [src]

pub enum SendError<S, A> {
    Client(S),
    Api(A),
}

Variants

Trait Implementations

impl<S: Debug, A: Debug> Debug for SendError<S, A>
[src]

Formats the value using the given formatter.