1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-24 15:51:47 +01:00

6 lines
89 B
Rust
Raw Normal View History

use h2::RecvStream;
mod senderror;
pub use self::senderror::{SendError, SendResponse};