//! Generic TLS configuration introspection trait.
use crate::;
/// A trait for generic introspection of TLS configuration.
///
/// Adapter crates implement this trait on their configuration structs to
/// allow higher-level crates (e.g. `oxitls`, `oxitls-h2`) to read
/// the effective parameters without depending on adapter-specific types.