Home
last modified time | relevance | path

Searched defs:next_n (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_json/src/reader/
H A Dmod.rs92 fn next_n(&mut self, n: usize) -> Result<Option<&[u8]>, Self::Error>; in next_n() functions
H A Dslice_reader.rs158 fn next_n(&mut self, n: usize) -> Result<Option<&[u8]>, Self::Error> { in next_n() functions

Completed in 2 milliseconds