[][src]Type Definition third_wheel::SafeResult

type SafeResult = Result<(), Box<dyn Error>>;

A poorly named result type. This will be replaced in https://github.com/campbellC/third-wheel/issues/17