Function golem_cli::parse_key_val

source ·
pub fn parse_key_val(
    s: &str
) -> Result<(String, String), Box<dyn Error + Send + Sync + 'static>>