Skip to main content

LuaTypeExt

Trait LuaTypeExt 

Source
pub trait LuaTypeExt {
    // Required method
    fn type_name(&self) -> &'static [u8] ;
}
Expand description

Extension methods on lua_types::LuaType.

Required Methods§

Source

fn type_name(&self) -> &'static [u8]

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl LuaTypeExt for LuaType

Source§

fn type_name(&self) -> &'static [u8]

Implementors§