Trait foxbox_taxonomy::adapter::AdapterWatchGuard [] [src]

pub trait AdapterWatchGuard: Send + Sync { }

A witness that we are currently watching for a value. Watching stops when the guard is dropped.

Implementors