Skip to main content

native_doc

Macro native_doc 

Source
macro_rules! native_doc {
    (skip_example) => { ... };
    ($name: literal) => { ... };
}
Expand description

Create doc examples for the native exceptions

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here