pub type ConstCoercerMap = Arc<RwLock<HashMap<&'static str, ConstCoercer>>>;
pub struct ConstCoercerMap { /* private fields */ }