Home
last modified time | relevance | path

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

/linux/rust/kernel/
A Dstr.rs480 pub trait CStrIndex {} traits
482 impl CStrIndex for usize {}
483 impl CStrIndex for ops::Range<usize> {}
484 impl CStrIndex for ops::RangeInclusive<usize> {}
485 impl CStrIndex for ops::RangeToInclusive<usize> {}
490 Idx: private::CStrIndex,

Completed in 7 milliseconds