Skip to main content

IPrefetchedSignalStore

Trait IPrefetchedSignalStore 

Source
pub trait IPrefetchedSignalStore: IObject {
    // Provided methods
    fn dic(self) -> Dictionary_2<i32, PrefetchedSignal> { ... }
    fn set_dic(self, value: Dictionary_2<i32, PrefetchedSignal>) { ... }
    fn last_hash(self) -> i32 { ... }
    fn set_last_hash(self, value: i32) { ... }
    fn last_signal(self) -> PrefetchedSignal { ... }
    fn set_last_signal(self, value: PrefetchedSignal) { ... }
    fn items(self) -> Array<PrefetchedSignal> { ... }
    fn set_items(self, value: Array<PrefetchedSignal>) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§