[][src]Type Definition ratsio::stan_client::Handler

type Handler = dyn Fn(StanMessage, Arc<Subscription>, Arc<NatsClient>) -> Result<(), ()> + Send + Sync;