Searched defs:FastPreviewErrorCallback (Results 1 – 2 of 2) sorted by relevance
29 using FastPreviewErrorCallback = std::function<void(const std::string &jsonStr)>; variable
31 using FastPreviewErrorCallback = void (*)(const std::string& jsonStr); variable