Trait uniffi::ConvertError
pub trait ConvertError<UT>: Sized {
// Required method
fn try_convert_unexpected_callback_error(
e: UnexpectedUniFFICallbackError
) -> Result<Self, Error>;
}
pub trait ConvertError<UT>: Sized {
// Required method
fn try_convert_unexpected_callback_error(
e: UnexpectedUniFFICallbackError
) -> Result<Self, Error>;
}