Skip to main content

remember_with_key

Function remember_with_key 

Source
pub fn remember_with_key<T: 'static>(
    key: impl Into<String>,
    init: impl FnOnce() -> T,
) -> Rc<T>
Expand description

Key-based remember