export_verbatim

Macro export_verbatim 

Source
macro_rules! export_verbatim {
    ($module:expr, $name:expr) => { ... };
}
Expand description

Add verbatim entry to all

ยงExample

pyo3_stub_gen::export_verbatim!("my.module", "my_name");