commit | c8338635e7dbc7a90c6ba434ef68c96967ffb12f | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Fri May 05 03:14:41 2023 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Sat May 06 01:28:45 2023 +0000 |
tree | ddbc026a5286469b1cc739e16dfc6d6d9c7ee130 | |
parent | 9e35022143467684ef11ca6c75ddcc3460bce888 [diff] |
libbinder_rs: Use NonNull inside Status Replacing the raw pointer inside Status with a NonNull will allow us to wrap Status in an Option<Status> transparently and transmute between the two types. Bug: 278648274 Test: presubmit Change-Id: I61aea43fdd238d62dfffa6300bc8e0eac8e17a21