1 2 3 4 5 6 7 8
// Copyright (C) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. fn main() -> Result<(), Box<dyn std::error::Error>> { println!("Tracing example completed successfully!"); Ok(()) }