efi icon indicating copy to clipboard operation
efi copied to clipboard

Use a repr transparent wrapper over raw EFI_STATUS in declarations

Open gurry opened this issue 7 years ago • 0 comments

In FFI declarations instead of raw EFI_STATUS, use a wrapper over it with #repr[transparent]. Then implement that Try trait on this wrapper. All this so that we can use ? operator when we call these functions.

gurry avatar Jun 21 '18 02:06 gurry