Struct greentask::Resumer [] [src]

pub struct Resumer<R, Y> { /* fields omitted */ }

Uses to resume task.

Methods

impl<R, Y> Resumer<R, Y>
[src]

Resumes coroutine with the next value and will return the next from Yielder.

Trait Implementations

impl<R: Debug, Y: Debug> Debug for Resumer<R, Y>
[src]

Formats the value using the given formatter.