Trait server::server::Stop [−][src]
A small trait for components which can be trivially stopped. Lets us keep
a list of these in TiKV
, rather than storing each component individually.
Required methods
Loading content...Implementations on Foreign Types
impl<E, R> Stop for StatusServer<E, R> where
E: 'static,
R: 'static + Send,
[src]
E: 'static,
R: 'static + Send,