Home
last modified time | relevance | path

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

/external/rust/crates/regex/src/
Dinput.rs142 pub struct CharInput<'t>(&'t [u8]); struct
144 impl<'t> CharInput<'t> { implementation
151 impl<'t> ops::Deref for CharInput<'t> { implementation
159 impl<'t> Input for CharInput<'t> { implementation