pub type Result<M> = Result<M, MvgError>;
Convenience type alias for results in multi-view geometry operations.
pub enum Result<M> { Ok(M), Err(MvgError), }
Contains the success value
Contains the error value