Module versatiles_lib::shared::error
source · Structs
- Represents an error in the application.
Type Aliases
- A type alias for
std::result::Resultthat usesBox<dyn std::error::Error>as the error type.
std::result::Result that uses Box<dyn std::error::Error> as the error type.