1 2 3 4
use anyhow; pub type Error = anyhow::Error; pub type Result<T> = std::result::Result<T, Error>;