pub trait ConfigExt {
// Required methods
fn space(&self) -> &str;
fn name(&self) -> &str;
fn uid(&self) -> &str;
fn version(&self) -> &str;
}pub trait ConfigExt {
// Required methods
fn space(&self) -> &str;
fn name(&self) -> &str;
fn uid(&self) -> &str;
fn version(&self) -> &str;
}