Consider using Option<NonNull<T>>
instead of Option<*mut T>
in RefMutContainer
#27
Labels
Option<NonNull<T>>
instead of Option<*mut T>
in RefMutContainer
#27
Ref: https://www.reddit.com/user/tafia97300/)https://www.reddit.com/r/rust/comments/13ocijs/correct_method_to_expose_reference_type_in_pyo3/
The text was updated successfully, but these errors were encountered: