Macro wasi_crypto::bail

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