blaze_common/
error.rs

1pub type Result<T> = anyhow::Result<T>;
2
3pub type Error = anyhow::Error;