Trait runestick::module::InstallWith[][src]

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

Hook to install more things into the module.

Implementations on Foreign Types

Implementors