Trait http1_spec::body_framing::BodyFramingDetector
source · pub trait BodyFramingDetector {
// Required method
fn detect(&self) -> Result<BodyFraming, IoError>;
}pub trait BodyFramingDetector {
// Required method
fn detect(&self) -> Result<BodyFraming, IoError>;
}