1 2 3 4 5 6 7 8
// OPCUA for Rust // SPDX-License-Identifier: MPL-2.0 // Copyright (C) 2017-2024 Adam Lock /// A trait common to all transport implementations pub(crate) trait Transport { // Common functions will go here }