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

Required Methods

Implementors