pub type UnitResult = Result<()>;
A result that, if ok, contains nothing, and otherwise contains an exr error.