Trait yatp::queue::TaskCell[][src]

pub trait TaskCell {
    fn mut_extras(&mut self) -> &mut Extras;
}

A cell containing a task and needed extra information.

Required methods

fn mut_extras(&mut self) -> &mut Extras[src]

Gets mutable extra information.

Loading content...

Implementors

impl TaskCell for yatp::task::callback::TaskCell[src]

impl TaskCell for yatp::task::future::TaskCell[src]

Loading content...