Struct foxbox_taxonomy::manager::WatchGuard [] [src]

pub struct WatchGuard {
    // some fields omitted
}

A data structure that causes cancellation of a watch when dropped.

Trait Implementations

impl Drop for WatchGuard

fn drop(&mut self)