// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
//! Naming layer: turn an SF (or any other) name into a `DialTarget`.
//!
//! The trait is transport-agnostic: it returns a `DialTarget`
//! (host + port) and pulls in nothing from tonic / hyper / tower.
pub use ;
pub use ;
pub use ;