[][src]Type Definition exr::error::UnitResult

type UnitResult = Result<()>;

A that, if ok, contains nothing, and otherwise contains an exr error.