We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caacd7c commit 6ca475bCopy full SHA for 6ca475b
wp_mobile/src/lib.rs
@@ -2,8 +2,8 @@
2
pub use wp_api;
3
4
#[uniffi::export]
5
-fn wp_mobile_crate_works(foo: String) -> String {
6
- format!("foo is {}", foo)
+fn wp_mobile_crate_works(input: String) -> String {
+ format!("foo is {}", input)
7
}
8
9
uniffi::setup_scaffolding!();
0 commit comments