pub async fn execute_actor<'a, A>(
store: Pin<&'a impl Datastore>,
init_context: A::InitContext,
) -> Infalliblewhere
A: Actor<'a>,pub async fn execute_actor<'a, A>(
store: Pin<&'a impl Datastore>,
init_context: A::InitContext,
) -> Infalliblewhere
A: Actor<'a>,