cobalt/
error.rs

1pub use anyhow::Error;
2pub type Result<T> = std::result::Result<T, Error>;