Enum greentask::Error [] [src]

pub enum Error {
    Panicked,
    Panicking(Box<Any + 'static + Send>),
}

Resume Error

Variants

Coroutine is panicked

Coroutine is panicking, carry with the parameter of panic!()

Trait Implementations

impl Display for Error
[src]

impl Error for Error
[src]

impl Debug for Error
[src]

Formats the value using the given formatter.