Type Definition hannibal::Result

source · []
pub type Result<T> = Result<T>;
Expand description

Alias of anyhow::Result