pub fn parse_storage_option(option: &str) -> Result<(String, String), String>
Parses a storage option expressed as key=value.
key=value
Returns an error when the separator or either side is absent.