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

type UnitResult = Result<()>;

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