pub trait FixedBody: Body {
// Required method
fn fixed_body(data: Option<Bytes>) -> Self;
}
Required Methods§
fn fixed_body(data: Option<Bytes>) -> Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.