userver: userver/error_injection/settings_fwd.hpp Source File
Loading...
Searching...
No Matches
settings_fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/error_injection/settings_fwd.hpp
4/// @brief Forward declaration of error_injection::Settings
5
6USERVER_NAMESPACE_BEGIN
7
8namespace error_injection {
9
10/// @brief Artificial error injection settings
11struct Settings;
12
13} // namespace error_injection
14
15USERVER_NAMESPACE_END