Trait freya_native_core::prelude::Dependancy  
source · pub trait Dependancy {
    type ElementBorrowed<'a>;
    // Provided method
    fn type_ids() -> Box<[TypeId]> { ... }
}Expand description
A trait that is implemented for all the dependancies of a State
Required Associated Types§
sourcetype ElementBorrowed<'a>
 
type ElementBorrowed<'a>
A tuple with all the elements of the dependancy as DependancyView
Provided Methods§
Object Safety§
This trait is not object safe.