IntoResponse in spin_sdk::http - Rust (original) (raw)
pub trait IntoResponse {
// Required method
fn into_response(self) -> Response;
}
Expand description
A trait for any type that can be turned into a Response
pub trait IntoResponse {
// Required method
fn into_response(self) -> Response;
}
Expand description
A trait for any type that can be turned into a Response