1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 12:15:08 +02:00

move service to submodule; update travis config

This commit is contained in:
Nikolay Kim
2019-01-30 10:29:15 -08:00
parent 3e6bdbd9ee
commit 76866f054f
3 changed files with 13 additions and 0 deletions

3
src/service/mod.rs Normal file
View File

@ -0,0 +1,3 @@
mod senderror;
pub use self::senderror::{SendError, SendResponse};