Skip to main content

CompiledGraphFn

Type Alias CompiledGraphFn 

Source
pub type CompiledGraphFn = Arc<dyn Fn(InputCache) -> Pin<Box<dyn Future<Output = GraphResult> + Send>> + Sync + Send>;
Expand description

Type alias for the compiled graph function. Re-exported from cloacina-computation-graph. Type alias for the compiled graph function.

Aliased Typeยง

pub struct CompiledGraphFn { /* private fields */ }