Enum ctx::ContextError [] [src]

pub enum ContextError {
    Canceled,
    DeadlineExceeded,
    DeadlineTooLong,
}

Variants

Trait Implementations

impl Debug for ContextError
[src]

Formats the value using the given formatter.

impl PartialEq for ContextError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for ContextError
[src]

Formats the value using the given formatter. Read more

impl Error for ContextError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more