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 c13bf82Copy full SHA for c13bf82
CHANGELOG.md
@@ -30,6 +30,10 @@
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`. There is a new `StatusExt` trait that provides similar conversion
36
+ methods. `StatusExt` has been added to the prelude.
37
38
## uefi-macros - [Unreleased]
39
0 commit comments