Macro lua_macros::lua_table_type [] [src]

macro_rules! lua_table_type {
    ($name:ident < $key:ty , $val:ty >) => { ... };
}

Makes wrapper to read table to hash map.

This macro add wrapper struct, because impossible to implement FromLua to HashMap because they are from other crates.