Trait monoio_http::common::FromParts
source · pub trait FromParts<P, B = Bytes> {
// Required method
fn from_parts(parts: P, body: B) -> Self;
}
Required Methods§
fn from_parts(parts: P, body: B) -> Self
Object Safety§
This trait is not object safe.