Type Alias freya::prelude::GlobalMemo

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 */ }