1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 18:09:22 +02:00

better export naming

This commit is contained in:
Nikolay Kim
2017-11-26 22:53:28 -08:00
parent 0519056199
commit 170d3163f3
6 changed files with 18 additions and 8 deletions

View File

@ -13,10 +13,10 @@ pub use self::session::{RequestSession, Session, SessionImpl, SessionBackend, Se
/// Middleware start result
pub enum Started {
/// Moddleware error
Err(Error),
/// Execution completed
Done,
/// Moddleware error
Err(Error),
/// New http response got generated. If middleware generates response
/// handler execution halts.
Response(HttpResponse),