Skip to main content

parse_storage_option

Function parse_storage_option 

Source
pub fn parse_storage_option(option: &str) -> Result<(String, String), String>
Expand description

Parses a storage option expressed as key=value.

ยงErrors

Returns an error when the separator or either side is absent.