macro_rules! ffi_error_code {
($err:expr) => { ... };
}Expand description
Convert an error into an i32 error code.
The error must implement Debug.
macro_rules! ffi_error_code {
($err:expr) => { ... };
}Convert an error into an i32 error code.
The error must implement Debug.