pub type SharedRenamed = Arc<RwLock<BTreeMap<Kind, String>>>;
pub struct SharedRenamed { /* private fields */ }