1/// Shared error type alias for the application. 2pub type Result<T> = std::result::Result<T, anyhow::Error>;