tomaka / hlua

Rust library to interface with Lua
MIT License
510 stars 48 forks source link

impl Push for Option<T> #124

Closed jonas-schievink closed 7 years ago

jonas-schievink commented 7 years ago

It would be nice if I could return Options from my callbacks, basically "push this value if it exists, otherwise push nil". Result already supports this, so this seems like a logical addition.