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

type UnitResult = Result<()>;
Expand description

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