Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs312 HttpClientError::from_tls_error( in https_connect()
319 HttpClientError::from_tls_error( in https_connect()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Derror.rs148 pub(crate) fn from_tls_error<T>(kind: ErrorKind, err: T) -> Self in from_tls_error() method