Expand description
This module contains an all-encompassing error enum that almost every crate method will produce if it returns a Result.
Enumsยง
- Rustitude
Error - The main
Error
structure forrustitude_core
. All errors internal to the crate should eventually pass through here, since it provides a single-location interface forPyO3
errors.