Struct sn0int_std::engine::structs::LuaMap [−][src]
pub struct LuaMap(_);Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Item = (AnyHashableLuaValue, AnyLuaValue)
type Item = (AnyHashableLuaValue, AnyLuaValue)
The type of the elements being iterated over.
type IntoIter = IntoIter<AnyHashableLuaValue, AnyLuaValue>
type IntoIter = IntoIter<AnyHashableLuaValue, AnyLuaValue>
Which kind of iterator are we turning this into?