Type Definition actix_plus_error::ResponseResult[][src]

type ResponseResult<T> = Result<T, ResponseError>;

Type alias of Result<T, ResponseError>, use this type to return from functions that are part of request handling but are not themselves requests (e.g. database functions)