pub trait RequestTrait { type RequestResult; // Required method fn send(&mut self) -> Self::RequestResult; }