Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Ddns.rs34 trait CursorExt: Read + Seek + Clone { trait
438 cursor: &mut impl CursorExt, in split_once()
569 fn to_string_guard(cursor: &mut impl CursorExt, jumps: usize) -> Result<String> { in to_string_guard()