Struct tokio_timer::timer::Turn [] [src]

pub struct Turn(_);

Return value from the turn method on Timer.

Currently this value doesn't actually provide any functionality, but it may in the future give insight into what happened during turn.

Trait Implementations

impl Debug for Turn
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Turn

impl Sync for Turn