use crate;
///
/// StorageStrategy
///
/// StorageStrategy is the private lane descriptor for persisted row codec
/// operations.
/// It intentionally describes the selected storage lane only; encoding,
/// decoding, traversal, and runtime-value bridging stay with their owning
/// helpers in sibling modules.
///
pub