Type Definition titanium::web::Result

pub type Result<T = Response> = Result<T, Error>;
Expand description

A specialized Result type for Tide.