Searched refs:attribute (Results 1 – 1 of 1) sorted by relevance
251 let attribute: Vec<&str> = kv[1].splitn(2, ':').collect(); in unmarshal() localVariable253 let attr_name = attribute[0]; in unmarshal()254 let attr_value = if let Some(val) = attribute.get(1) { in unmarshal()261 if attribute.len() == 2 { in unmarshal()