template <class... Ts>
struct overload
Defined at line 171 of file ../../src/firmware/gigaboot/cpp/fastboot.cc
Used to allow multiple single-type lambdas in std::visit
instead of a single lambda with multiple constexpr if branches