macro_rules! stylex_bail {
($($arg:tt)*) => { ... };
}Expand description
Like anyhow::bail!() but wraps the error in StyleXError.
Returns Err(anyhow::Error) with the [StyleX] prefix.
macro_rules! stylex_bail {
($($arg:tt)*) => { ... };
}Like anyhow::bail!() but wraps the error in StyleXError.
Returns Err(anyhow::Error) with the [StyleX] prefix.