EndPoint

Trait EndPoint 

Source
pub trait EndPoint {
    // Required method
    fn path(&self) -> String;
}

Required Methods§

Source

fn path(&self) -> String

Implementors§