dioxus_lib::prelude

Type Alias GlobalMemo

source
pub type GlobalMemo<T> = Global<Memo<T>, T>;
Expand description

A memo that can be accessed from anywhere in the application and created in a static

Aliased Typeยง

struct GlobalMemo<T> { /* private fields */ }