1pub type Result<T = ()> = anyhow::Result<T>; 2pub type Error = anyhow::Error; 3pub use anyhow::Context; 4pub use anyhow::{anyhow, bail};