I feel borrow checker is a little tricky in native...
# development
b
I feel borrow checker is a little tricky in native engine case. Value object is created in python code, and even though the ownership is given to rust code, rust compiler can't detect runtime usage in python?