Skip to main content

ValueLoader

Type Alias ValueLoader 

Source
pub type ValueLoader = Arc<dyn Fn(&mut Cx) -> Result<Value> + Send + Sync>;
Expand description

A value loader, called at most once and memoized with its first result.

Aliased Typeยง

pub struct ValueLoader { /* private fields */ }