You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: