Macro zsh_module::impl_hooks
source · macro_rules! impl_hooks {
() => { ... };
}Expand description
This macro defines hooks to the zsh C functions, therefore, you must put this in the same
file as your setup function.
macro_rules! impl_hooks {
() => { ... };
}This macro defines hooks to the zsh C functions, therefore, you must put this in the same
file as your setup function.