Module susanoo::prelude [] [src]

Reexports

pub use context::Context;
pub use handler::Handler;
pub use handler::Middleware;
pub use outcome::Outcome;
pub use router::Route;
pub use susanoo::Susanoo;
pub use errors::HandleError;

Structs

Response

[unstable] A response which contains all information to construct

Traits

Future

Trait for types which are a placeholder of a value that may become available at some later point in time.

Stream

A stream of values, not all of which may have been produced yet.