Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds