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