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.
impl<T> IntoRouteResult<T> for Result<T>where T: Serialize,
Available on crate feature
json
only.