pub trait Global: GlobalClone + Debug + Any + Send + Sync + 'static {
    fn as_any(&self) -> &dyn Any;
}

Required methods

Implementors