pub type SharedResourceDemandFn<T> = Arc<dyn Fn(&Single) -> Option<T> + Send + Sync>;
Expand description

Specifies a type for a shared resource demand function.

Aliased Type§

struct SharedResourceDemandFn<T> { /* private fields */ }