pub trait IntoLuaTypeLiteral {
    // Required method
    fn into_lua_type_literal(self) -> String;
}Required Methods§
Sourcefn into_lua_type_literal(self) -> String
 
fn into_lua_type_literal(self) -> String
Construct the representation of the value as a lua type