1pub mod constants; 2pub mod error; 3 4pub type Boxed = std::result::Result<(), Box<dyn std::error::Error>>;