Trait dioxus_hooks::UseFutureDep
source · pub trait UseFutureDep: Sized + Clone {
type Out;
// Required methods
fn out(&self) -> Self::Out;
fn apply(self, state: &mut Vec<Box<dyn Any>>) -> bool;
}
pub trait UseFutureDep: Sized + Clone {
type Out;
// Required methods
fn out(&self) -> Self::Out;
fn apply(self, state: &mut Vec<Box<dyn Any>>) -> bool;
}