pub trait IntoInteropError {
// Required method
fn into_bms_error(self) -> InteropError;
}
Expand description
A trait for converting types into an InteropError
Required Methods§
Sourcefn into_bms_error(self) -> InteropError
fn into_bms_error(self) -> InteropError
Converts the error into an InteropError