[][src]Type Definition dipstick::Result

type Result<T> = Result<T, Box<dyn Error>>;

Just put any error in a box.