Trait spin_sdk::http::conversions::FromBody
source · pub trait FromBody {
// Required method
fn from_body(body: Vec<u8>) -> Self;
}
Expand description
A trait from converting from a body
Required Methods§
Object Safety§
This trait is not object safe.