pub trait IntoOnRequestOutput { // Required method fn into_on_request_output(self) -> OnRequestOutput; }