//! [`Bufferer`] trait and utils.
/// The ability to buffer and validate an [`http_body::Body`].
/// Extract bufferer buffered type.
pub type BufferedFor<Bufferer, InBody> = Buffered;
/// Extract bufferer data type.
pub type DataFor<Bufferer, InBody> = Data;