use crateTunable;
use Options; // The type used for both DB and CF configurations
/// A trait for applying a set of tuning configurations to RocksDB options.
///
/// Implementors of this trait, like `TuningProfile`, define logic to modify
/// `Tunable<Options>` (for database-wide settings) and another `Tunable<Options>`
/// instance (for column-family-specific settings) based on their specific tuning strategy.