generated_docs

Macro generated_docs 

Source
macro_rules! generated_docs {
    ($t: expr_2021, ts) => { ... };
    ($t: expr_2021, json) => { ... };
    ($t: expr_2021) => { ... };
}
Expand description

Includes the type’s generated docs as a string. generated by doc-file-generator as a string. Used with the helper macro from the doc-macro crate: #generated_doc