pub trait NativeUiBackend: Send + Sync {
// Required method
fn show_system_messagebox(&self, request: NativeMessageBoxRequest);
}pub trait NativeUiBackend: Send + Sync {
// Required method
fn show_system_messagebox(&self, request: NativeMessageBoxRequest);
}