Module hal_call

Module hal_call 

Source

Structs§

HalError
HalMaybe
Represents the result of a function call that could error, but even if it does, the result is still usable. Like HalResult<T>, HalMaybe<T> must be used.

Type Aliases§

HalResult