Trait monoio_http::common::FromParts
source · pub trait FromParts<P, B = Bytes> {
// Required method
fn from_parts(parts: P, body: B) -> Self;
}
pub trait FromParts<P, B = Bytes> {
// Required method
fn from_parts(parts: P, body: B) -> Self;
}