IsGlobal

Trait IsGlobal 

Source
pub trait IsGlobal:
    Send
    + Sync
    + 'static { }
Expand description

Shortcut for global config types that must be thread-safe.

Implementors§

Source§

impl<C: Send + Sync + 'static> IsGlobal for C