[][src]Module wpilib_sys::hal_call

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 Definitions

HalResult