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

Required methods

Implementations on Foreign Types

Implementors