use ;
use crateBareConduit;
/// Converts a value into a [`vox_types::Conduit`].
///
/// Implemented for:
/// - [`BareConduit`] → identity (pass-through)
///
/// This allows [`crate::Session`] connection handling methods to accept
/// already-constructed conduits without additional wrapping.
/// [`BareConduit`] passes through unchanged.