[][src]Function moxie::memo::once

pub fn once<Stored>(expr: impl FnOnce() -> Stored) -> Stored where
    Stored: Clone + 'static, 

Runs the provided expression once per topo::Id. The provided value will always be cloned on subsequent calls unless dropped from storage and reinitialized in a later Revision.