[][src]Type Definition actori_http::error::Result

type Result<T, E = Error> = Result<T, E>;

A specialized Result for actori web operations

This typedef is generally used to avoid writing out actori_http::error::Error directly and is otherwise a direct mapping to Result.