Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs574 pub fn is_no_error(&self) -> bool { in is_no_error() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs267 if reset.is_no_error() { in match_channel_message()