Type Definition rexiv2::Result

source · []
pub type Result<T> = Result<T, Rexiv2Error>;
Expand description

A specialized Result type that specifies the Err instances will be Rexiv2Errors.