Type Definition glitch_in_the_matrix::errors::MatrixResult []

type MatrixResult<T> = Result<T, MatrixError>;

Convenient wrapper around std::Result.