pub trait IntoPinFuture {
// Required method
fn into_pin_future(
self,
axon_serve_handle: &AxonServerHandle,
worker_control: WorkerControl,
) -> Pin<Box<dyn Future<Output = ()> + Send>>;
}
pub trait IntoPinFuture {
// Required method
fn into_pin_future(
self,
axon_serve_handle: &AxonServerHandle,
worker_control: WorkerControl,
) -> Pin<Box<dyn Future<Output = ()> + Send>>;
}