Struct darklua_core::generator::DenseLuaGenerator [−][src]
pub struct DenseLuaGenerator { /* fields omitted */ }
Expand description
This implementation of LuaGenerator attempts to produce Lua code as small as possible. It is not meant to be read by humans.
Implementations
Trait Implementations
Consumes the LuaGenerator and produce a String object.
Auto Trait Implementations
impl RefUnwindSafe for DenseLuaGenerator
impl Send for DenseLuaGenerator
impl Sync for DenseLuaGenerator
impl Unpin for DenseLuaGenerator
impl UnwindSafe for DenseLuaGenerator
Blanket Implementations
Mutably borrows from an owned value. Read more