pub fn parse_engine(value: &str) -> Result<StorageEngine, PortError>Expand description
Parses an engine name the way the environment variable and the CLI spell
it. Pure, for testing; resolve_engine_from_env feeds it.
pub fn parse_engine(value: &str) -> Result<StorageEngine, PortError>Parses an engine name the way the environment variable and the CLI spell
it. Pure, for testing; resolve_engine_from_env feeds it.