Home
last modified time | relevance | path

Searched refs:CStrIndex (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dstr.rs562 pub trait CStrIndex {} interface
564 impl CStrIndex for usize {}
565 impl CStrIndex for ops::Range<usize> {}
566 impl CStrIndex for ops::RangeInclusive<usize> {}
567 impl CStrIndex for ops::RangeToInclusive<usize> {}
572 Idx: private::CStrIndex,