forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1607634 - Part 3: Specialize NotNull for SideVariant, r=glandium,…
…ipc-reviewers,mccr8 The idea behind this specialization is to provide the members which would be on SideVariant<..> on NotNull<SideVariant<..>>, similar to how pointer-like methods are available on `NotNull<T>`. This makes the type more ergonomic to use from callers. In the next part, this will be used for non-nullable actor members in IPDL structs and IPDL unions. Differential Revision: https://phabricator.services.mozilla.com/D168885
- Loading branch information
Showing
1 changed file
with
61 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters