[][src]Macro wasi_crypto_preview::bail

macro_rules! bail {
    ($err:expr $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}