Trait orchestrator::executor::ExecutorState

source ·
pub trait ExecutorState: Clone + Send + Sync + AsyncDefault + 'static + Any { }
Expand description

it’s an auto trait. It it has all the requirements it will be used

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<S: Clone + Send + Sync + 'static + AsyncDefault + Any> ExecutorState for S

automatic implementation for autotrait