project-robius / robius-android-env

easy Rust access to Android state (native Java objects) managed by UI toolkits
MIT License
1 stars 2 forks source link

Replace `Fn` with `FnOnce` in API #2

Closed tsoutsman closed 2 months ago

tsoutsman commented 2 months ago

Allows calling the API with a moving closure.