Files
axum/axum-extra/src/body/mod.rs
T

8 lines
164 B
Rust
Raw Normal View History

2022-06-08 11:02:42 +02:00
//! Additional bodies.
#[cfg(feature = "async-read-body")]
mod async_read_body;
#[cfg(feature = "async-read-body")]
pub use self::async_read_body::AsyncReadBody;