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
another alternative is to return a wrapper type with a lifetime parameter that only has an unsafe constructor (and internally contains the pointer). This type could then offer a safe interface to write into.
Rust will blindly write into whatever pointer is returned by
Place::pointer()
so the trait itself should be unsafe to implement.The text was updated successfully, but these errors were encountered: