Type Alias dapr::server::actor::ActorFactory

source ·
pub type ActorFactory = Box<dyn Fn(&str, &str, ActorContextClient) -> Arc<dyn Actor> + Send + Sync>;

Aliased Type§

struct ActorFactory(/* private fields */);