macro_rules! stylex_anyhow {
($($arg:tt)*) => { ... };
}Expand description
Like anyhow::anyhow!() but wraps in StyleXError.
Returns anyhow::Error (not Result).
macro_rules! stylex_anyhow {
($($arg:tt)*) => { ... };
}Like anyhow::anyhow!() but wraps in StyleXError.
Returns anyhow::Error (not Result).