Function dioxus_hooks::use_on_unmount
source ยท pub fn use_on_unmount<D: FnOnce() + 'static>(destroy: D)๐Deprecated: Use
use_drop instead, which has the same functionality.pub fn use_on_unmount<D: FnOnce() + 'static>(destroy: D)use_drop instead, which has the same functionality.