Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RPC/Telemetry/
TelemetryService.rs

1//! OTEL integration handle. Currently a placeholder.
2
3pub struct Struct;
4
5impl Struct {
6	pub fn new() -> Self { Self {} }
7}
8
9impl Default for Struct {
10	fn default() -> Self { Self::new() }
11}