1pub type Error = Box<dyn std::error::Error + Send + Sync>; 2pub type Result<T> = std::result::Result<T, Error>;