Trait http1_spec::body_framing::BodyFramingDetector
source · [−]pub trait BodyFramingDetector {
fn detect(&self) -> Result<BodyFraming>;
}pub trait BodyFramingDetector {
fn detect(&self) -> Result<BodyFraming>;
}