commit | bbcbc2ffb339b2388e0cc282bb698fe436100b42 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Jun 10 11:08:01 2019 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon Jun 10 12:39:18 2019 -0700 |
tree | 3b1ab414d943a4a9b50dd29c581807fa2092ed06 | |
parent | caa95d551d7f3b86d609b09bb4ab98e2435f6bc8 [diff] |
init: replace Result<Success> with Result<void> Now that Result<T> is actually expected<T, ...>, and the expected proposal states expected<void, ...> as the way to indicate an expected object that returns either successfully with no object or an error, let's move init's Result<Success> to the preferred Result<void>. Bug: 132145659 Test: boot, init unit tests Change-Id: Ib2f98396d8e6e274f95a496fcdfd8341f77585ee