Module mentat_ffi::utils::error
[−]
[src]
Structs
ExternError |
Represents an error that occurred on the mentat side. Many mentat FFI functions take a
|
Functions
translate_opt_result⚠ |
Translate Result<Option |
translate_result⚠ |
Translate Result<T, E>, into something C can understand, when T is not |
translate_void_result⚠ |
Identical to |