pub trait ThrusterRequest {
    // Required methods
    fn method(&self) -> &str;
    fn path(&self) -> String;
}

Required Methods§

source

fn method(&self) -> &str

source

fn path(&self) -> String

Implementors§