[][src]Type Definition async_value::AsyncReadyRefFn

type AsyncReadyRefFn<T> = Box<dyn FnOnce(&CResult<T>, &Stale) -> CResult<()> + Send + Sync>;