Module wpilib_sys::hal_call
source · Structs
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.