pub type ExecutionBackend = RuntimeExecutionBackend;Aliased Type§
pub enum ExecutionBackend {
Inline(InlineBackend),
Thread(ThreadBackend),
Distributed(DistributedBackend),
}pub type ExecutionBackend = RuntimeExecutionBackend;pub enum ExecutionBackend {
Inline(InlineBackend),
Thread(ThreadBackend),
Distributed(DistributedBackend),
}