mirror of
https://github.com/tauri-apps/tauri-bindgen.git
synced 2026-01-31 00:45:21 +01:00
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
interface small_anonymous {
|
|
enum error {
|
|
success,
|
|
failure,
|
|
}
|
|
|
|
func option_test() -> result<option<string>, error>
|
|
}
|