pub trait Namespace: Display + Send + Sync + 'static { // Required methods fn path(&self) -> String; fn with_suffix(&self, suffix: Vec<&str>) -> String; }