1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 00:44:26 +02:00

impl downcast_ref for MessageBody (#1287)

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Daniel YU
2020-02-21 12:31:51 +08:00
committed by GitHub
parent b3f1071aaf
commit 245f96868a
4 changed files with 122 additions and 43 deletions

View File

@ -10,6 +10,9 @@
#[macro_use]
extern crate log;
#[macro_use]
mod macros;
pub mod body;
mod builder;
pub mod client;