tuktuk_cli/
result.rs

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