Skip to main content

stylex_anyhow

Macro stylex_anyhow 

Source
macro_rules! stylex_anyhow {
    ($($arg:tt)*) => { ... };
}
Expand description

Like anyhow::anyhow!() but wraps in StyleXError.

Returns anyhow::Error (not Result).