pub fn module_doc_impl(args: TokenStream) -> Result<TokenStream, TokenStream>Expand description
Implementation for the module_doc!() macro
Generates an include_str!() call with the automatically resolved path to the module’s markdown documentation file.