Trait freya::prelude::UseFutureDep
pub trait UseFutureDep: Sized + Clone {
type Out;
// Required methods
fn out(&self) -> Self::Out;
fn apply(self, state: &mut Vec<Box<dyn Any>>) -> bool;
}
Required Associated Types§
type Out
Required Methods§
Object Safety§
This trait is not object safe.