You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this approach, we implicitly cast from immutable to mutable, which should never be done. Instead ToPyPointer should have a as_mut_ptr and a as_ptr method.
The text was updated successfully, but these errors were encountered:
This is the definition of
ToPyPointer
:With this approach, we implicitly cast from immutable to mutable, which should never be done. Instead
ToPyPointer
should have aas_mut_ptr
and aas_ptr
method.The text was updated successfully, but these errors were encountered: