Struct task_hookrs::error::TaskError [] [src]

pub struct TaskError { /* fields omitted */ }

Task error type

Methods

impl TaskError
[src]

[src]

Build a new TaskError from an TaskErrorKind, optionally with cause

[src]

Get the error type of this TaskError

Trait Implementations

impl Debug for TaskError
[src]

[src]

Formats the value using the given formatter.

impl Display for TaskError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for TaskError
[src]

[src]

A short description of the error. Read more

[src]

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