pub type Result<T> = Result<T, EwfError>;
Result type returned by fallible ewf_image APIs.
ewf_image
pub enum Result<T> { Ok(T), Err(EwfError), }
Contains the success value
Contains the error value