Function rune::modules::any::module

source ·
pub fn module() -> Result<Module, ContextError>
Expand description

Utilities for dynamic typing or type reflection.

§Type

Values of this type indicates the type of any dynamic value and can be constructed through the [Type::of_val] function.