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