Type Definition fire_http::body::FireHttpBody

source · []
pub type FireHttpBody = StreamHttpBody<Pin<Box<dyn BytesStream + Send + Sync + 'static, Global>>>;