Struct tokio_watchdog::Rearm [] [src]

pub struct Rearm(_);

Result returned from a fired Watchdog.

Can be used to rewind (activate again) watchdog, preserving Pet handles pointing to it.

Methods

impl Rearm
[src]

[src]

Rearm with previously used timeout value

[src]

Rearm with new timeout value.

Trait Implementations

Auto Trait Implementations

impl Send for Rearm

impl Sync for Rearm