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