Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changes: - Formalize Handle conversion to pointer via Into/TryInto. - Formalize Handle conversion from pointer via From/TryFrom. * Motivation: Allow bypassing `resolve` calls in situations where the handle can be transparently resolved, for more efficient dynamic dispatch scenarios.
- Loading branch information