Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs38 pub(crate) struct StackError { struct
50 impl Clone for StackError { argument
66 impl StackError { impl
145 impl fmt::Display for StackError { implementation
201 unsafe impl Sync for StackError {} implementation
202 unsafe impl Send for StackError {} implementation
231 pub(crate) fn errors(&self) -> &[StackError] { in errors()