Module foxbox_taxonomy::manager
[−]
[src]
The manager provides an API for (un)registering adapters, services, channels, and uses these to implements the taxonomy API. The Adapter manager
This structure serves two roles: - adapters use it to (un)register themselves, as well as services and channels; - it exposes an implementation of the taxonomy API.
Reexports
pub use adapter::*; |
Structs
AdapterManager |
An implementation of the AdapterManager. |
WatchGuard |
A data structure that causes cancellation of a watch when dropped. |