Macro wasi_crypto::bail[][src]

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