Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dstr.rs531 pub trait CStrIndex {} interface
533 impl CStrIndex for usize {}
534 impl CStrIndex for ops::Range<usize> {}
535 impl CStrIndex for ops::RangeInclusive<usize> {}
536 impl CStrIndex for ops::RangeToInclusive<usize> {}
541 Idx: private::CStrIndex,