[][src]Type Definition actix_helper_macros::ResponderResult

type ResponderResult<T: Serialize> = Result<Response<T>, Box<dyn Error>>;