Trait hammer_cli::errors::BeautifulErrors
source · pub trait BeautifulErrors<T> {
// Required method
fn expect_or_err(self, msg: &str) -> T;
}pub trait BeautifulErrors<T> {
// Required method
fn expect_or_err(self, msg: &str) -> T;
}