Type Definition robin::job::JobResult [] [src]

type JobResult = Result<(), Box<Error>>;

The result type returned when performing jobs