Module nuclear::prelude[][src]

Re-exports

pub use crate::request::Request;
pub use crate::response::Response;
pub use crate::handler::*;
pub use crate::middleware::*;

Structs

Error

The Error type, a wrapper around a dynamic error type.

Type Definitions

BoxFuture

An owned dynamically typed Future for use in cases where you can’t statically type your result or need to add some indirection.

Result

Result<T, Error>