[][src]Function accord::forward::handle_event

pub async fn handle_event(
    cache: InMemoryCache,
    target: Arc<Client>,
    shard_id: u64,
    event: Event,
    player: Sender<Stage>
) -> Result<(), Box<dyn Error + Send + Sync>>