Searched defs:UdsCerts (Results 1 – 2 of 2) sorted by relevance
15 pub struct UdsCerts(pub(crate) HashMap<String, UdsCertsEntry>); struct31 impl UdsCerts { impl
136 fn to_uds_certs(kv_pairs: Vec<(Value, Value)>) -> Result<Option<UdsCerts>> { in to_uds_certs() argument186 impl UdsCerts { implementation