[][src]Type Definition glitch_in_the_matrix::errors::MatrixResult

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

Bog-standard result newtype. You know the drill.