1 2 3 4 5 6 7 8 9 10 11 12
use dashmap::DashMap; use once_cell::sync::OnceCell; use std::any::Any; #[test] fn test_ioc(){ }