Skip to main content

InternedStringMap

Type Alias InternedStringMap 

Source
pub type InternedStringMap = HashMap<Box<[u8]>, GcRef<LuaString>, LuaByteBuildHasher>;

Aliased Typeยง

pub struct InternedStringMap { /* private fields */ }