We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918e6d9 commit 3cb29d6Copy full SHA for 3cb29d6
CHANGELOG.md
@@ -30,6 +30,11 @@
30
- `Image::get_image_file_system` now returns a `fs::FileSystem` instead of the
31
protocol.
32
- `CString16::default` now always contains a null character.
33
+- Conversion from `Status` to `Result` has been reworked. The `into_with`,
34
+ `into_with_val`, and `into_with_err` methods have been removed from
35
+ `Status`. `impl From<Status> for Result` has also been removed. A new
36
+ `StatusExt` trait has been added that provides conversion methods to replace
37
+ the ones that have been removed. `StatusExt` has been added to the prelude.
38
39
## uefi-macros - [Unreleased]
40
0 commit comments