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

pub trait InstallWith {
    fn install_with(_: &mut Module) -> Result<(), ContextError> { ... }
}

Trait to handle the installation of auxilliary functions for a type installed into a module.

Provided methods

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

Hook to install more things into the module.

Loading content...

Implementations on Foreign Types

impl InstallWith for Error[src]

impl InstallWith for Error[src]

impl InstallWith for Error[src]

impl InstallWith for Ordering[src]

impl InstallWith for ParseCharError[src]

impl InstallWith for ParseFloatError[src]

impl InstallWith for ParseIntError[src]

impl InstallWith for String[src]

impl InstallWith for i64[src]

impl InstallWith for f64[src]

impl InstallWith for u8[src]

impl InstallWith for char[src]

impl InstallWith for bool[src]

Loading content...

Implementors

Loading content...