doing-error
Shared error types for the doing CLI.
This crate provides the Error enum and Result<T> type alias used throughout the doing workspace.
Usage
use ;
License
MIT — see LICENSE for details.
Shared error types for the doing CLI.
This crate provides the Error enum and Result<T> type alias used throughout the doing workspace.
use doing_error::{Error, Result};
fn example() -> Result<()> {
Err(Error::Config("something went wrong".into()))
}
MIT — see LICENSE for details.