use Deserialize;
use Serialize;
use crateResult;
/// Storage engine infrastructure configuration.
///
/// Controls low-level storage backend behavior, independent of Raft protocol
/// semantics. Sits at the same level as `network` and `tls` — infrastructure,
/// not protocol behavior.