Module rusterm::error[][src]

Expand description

Module containing the error enum, and an implementation of std::error::Error over it.

Enums

The enum containing all of the different error variants. Implements std::error::Error.