illa/
result.rs

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