Trait spin_sdk::http::conversions::IntoBody
source · pub trait IntoBody {
// Required method
fn into_body(self) -> Vec<u8> ⓘ;
}
Expand description
A trait for any type that can be turned into a Response
body