blaze-common 0.2.16

Blaze common shared types.
Documentation
1
2
3
pub type Result<T> = anyhow::Result<T>;

pub type Error = anyhow::Error;