Home
last modified time | relevance | path

Searched refs:uuid_element (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs274 uuid_element: Option<&str>, in new_from_string()
277 let uuid_element = uuid_element.ok_or(TipcError::InvalidData)?; in new_from_string() localVariable
278 conversion_fn(uuid_element, 16).map_err(|_| TipcError::InvalidData) in new_from_string()