Skip to main content

Namespace

Trait Namespace 

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

Required Methods§

Source

fn path(&self) -> String

Source

fn with_suffix(&self, suffix: Vec<&str>) -> String

Implementors§