Expand description
Implements an Error type. Currently we just alias this to
Box
Type Aliases§
- Error
- A generic Error type that we use. It currently just aliases to
Box<std::error::Error>, but could change in the future.
Implements an Error type. Currently we just alias this to
Box
Box<std::error::Error>,
but could change in the future.