GlobalMemo

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ยง

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