Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs477 pub(crate) fn current_node(&self) -> Option<&'a Node<T>> { in current_node() method
546 pub(crate) fn current_node(&mut self) -> Option<&'a mut Node<T>> { in current_node() method