pub trait ReactiveInstanceGetter<T> {
// Required method
fn get_reactive_instance(&self) -> &T;
}
Required Methods§
Sourcefn get_reactive_instance(&self) -> &T
fn get_reactive_instance(&self) -> &T
Returns the reactive instance.
pub trait ReactiveInstanceGetter<T> {
// Required method
fn get_reactive_instance(&self) -> &T;
}
Returns the reactive instance.