pub fn object_to_table<O: ScriptObject>(obj: &O) -> TableExpand description
Wrap a ScriptObject as a script table. Changes to the table are NOT
reflected back to the Rust object — use bind_object for two-way binding.
pub fn object_to_table<O: ScriptObject>(obj: &O) -> TableWrap a ScriptObject as a script table. Changes to the table are NOT
reflected back to the Rust object — use bind_object for two-way binding.