Macro zsh_module::export_module
source · macro_rules! export_module {
($name:ident) => { ... };
}Expand description
Exports a setup function to be called when the module needs to be set up.
macro_rules! export_module {
($name:ident) => { ... };
}Exports a setup function to be called when the module needs to be set up.