Home
last modified time | relevance | path

Searched defs:InvalidDnsNameError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/webpki/src/name/
Ddns_name.rs92 pub struct InvalidDnsNameError; struct
94 impl core::fmt::Display for InvalidDnsNameError { implementation
102 impl ::std::error::Error for InvalidDnsNameError {} implementation
107 pub fn try_from_ascii(dns_name: &'a [u8]) -> Result<Self, InvalidDnsNameError> { in try_from_ascii() argument
117 pub fn try_from_ascii_str(dns_name: &'a str) -> Result<Self, InvalidDnsNameError> { in try_from_ascii_str() argument