Module maze_rs::error[][src]

Expand description

This module provides the error-handling framework for the whole project.

Structs

Custom error type for the Maze project

Enums

Categories of potential errors

Traits

Error is a trait representing the basic expectations for error values, i.e., values of type E in Result<T, E>.

Type Definitions

custom Result type for functions which can potentially fail