pub trait SetRequestId: GetMaybeRequestId { // Required method fn set_request_id(&mut self, _id: RequestId); }