138 constexpr CommandControl() =
default;
139 constexpr CommandControl(
140 const std::optional<std::chrono::milliseconds>& timeout_single,
141 const std::optional<std::chrono::milliseconds>& timeout_all,
142 const std::optional<size_t>& max_retries
146#ifdef USERVER_IMPL_HAS_THREE_WAY_COMPARISON
154 std::string ToString()
const;