pub trait Path {
    fn path() -> &'static str;
fn path_item() -> PathItem; }

Required methods

Implementors