pub trait BodyFramingDetector { // Required method fn detect(&self) -> Result<BodyFraming, IoError>; }