Trait yew::functional::TearDown

source ·
pub trait TearDown: Sized + 'static {
    fn tear_down(self);
}
Expand description

Trait describing the destructor of use_effect hook.

Required Methods§

The function that is executed when destructor is called

Implementations on Foreign Types§

Implementors§