Trait rune::module::InstallWith

source ·
pub trait InstallWith {
    // Provided method
    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§

source

fn install_with(_: &mut Module) -> Result<(), ContextError>

Hook to install more things into the module.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl InstallWith for Ordering

source§

impl InstallWith for bool

source§

impl InstallWith for char

source§

impl InstallWith for f64

source§

impl InstallWith for i64

source§

impl InstallWith for u8

source§

impl InstallWith for ParseCharError

source§

impl InstallWith for Error

source§

impl InstallWith for ParseFloatError

source§

impl InstallWith for ParseIntError

source§

impl InstallWith for Utf8Error

source§

impl InstallWith for Error

source§

impl InstallWith for Error

Implementors§