Trait rune::InstallWith
source · [−]pub trait InstallWith {
fn install_with(_: &mut Module) -> Result<(), ContextError> { ... }
}Expand description
Trait to handle the installation of auxilliary functions for a type installed into a module.
Provided Methods
fn install_with(_: &mut Module) -> Result<(), ContextError>
fn install_with(_: &mut Module) -> Result<(), ContextError>
Hook to install more things into the module.