mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 20:05:33 +00:00
The name (and updated documentation) make the FFI-only usage clearer, and wrapping Option<OwnedHandle> avoids the need to write a separate Drop or Debug impl. Co-authored-by: Josh Triplett <josh@joshtriplett.org>