This replaces all the API functions that returned Result<T, String>. Additionally, ToApiResult<T> and Simplify<T> make converting errors to ApiError easier than with String. |
||
|---|---|---|
| .. | ||
| main.rs | ||
| table.rs | ||
| vm.rs | ||
This replaces all the API functions that returned Result<T, String>. Additionally, ToApiResult<T> and Simplify<T> make converting errors to ApiError easier than with String. |
||
|---|---|---|
| .. | ||
| main.rs | ||
| table.rs | ||
| vm.rs | ||