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