pub trait Method<Rp> { // Required methods fn to_string(&self) -> String; fn req_match(&self, raw: &Rp) -> bool; }