The types module provides a set of types and traits that are used throughout the application.
types
Box<dyn core::error::Error + Send + Sync>
Result<T, BoxError>