pub trait BoxedReply { // Required method fn boxed_into_response(self: Box<Self>, internal: Internal) -> Response; }