Closed sowbug closed 1 year ago
Prefer to communicate with them through update(), defining a message for each operation that would be a pub(crate) fn set_. The only pub(crate) methods should be the new() method and the Iced view()/update() etc. methods.
pub(crate) fn set_
pub(crate)
new()
view()
update()
Prefer to communicate with them through update(), defining a message for each operation that would be a
pub(crate) fn set_
. The onlypub(crate)
methods should be thenew()
method and the Icedview()
/update()
etc. methods.