1 2 3 4
pub mod api; pub mod auth; pub type Result<T, E = Box<dyn std::error::Error>> = core::result::Result<T, E>;