Type Definition actix_http::error::Result
source · [−]Expand description
A specialized Result
for actix web operations
This typedef is generally used to avoid writing out
actix_http::error::Error directly and is otherwise a direct mapping to
Result.
