Trait http1_spec::body_framing::BodyFramingDetector[][src]

pub trait BodyFramingDetector {
    fn detect(&self) -> Result<BodyFraming>;
}

Required methods

Implementations on Foreign Types

Implementors