Type Definition fire_http::error::Result

source ·
pub type Result<T> = Result<T, Error>;

Trait Implementations§

source§

impl<T> IntoRouteResult<T> for Result<T>where T: Serialize,

Available on crate feature json only.