You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, relm4 only seems to support one-way data binding using #[watch]. I think this can be great when a property can be manipulated by both Rust code and Gtk GUI (eg: window size).
The text was updated successfully, but these errors were encountered:
Currently, relm4 only seems to support one-way data binding using
#[watch]. I think this can be great when a property can be manipulated by both Rust code and Gtk GUI (eg: window size).The text was updated successfully, but these errors were encountered: