Home
last modified time | relevance | path

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

/external/rust/crates/regex/src/
Dinput.rs226 pub struct ByteInput<'t> { struct
231 impl<'t> ByteInput<'t> { implementation
238 impl<'t> ops::Deref for ByteInput<'t> { implementation
246 impl<'t> Input for ByteInput<'t> { implementation