Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/kernel/
A Dstr.rs304 pub trait CStrIndex {} traits
306 impl CStrIndex for usize {}
307 impl CStrIndex for ops::Range<usize> {}
308 impl CStrIndex for ops::RangeInclusive<usize> {}
309 impl CStrIndex for ops::RangeToInclusive<usize> {}
314 Idx: private::CStrIndex,

Completed in 6 milliseconds