Lines Matching defs:Output
141 [u8]: Index<Idx, Output = [u8]>,
143 type Output = Self;
145 fn index(&self, index: Idx) -> &Self::Output {
542 type Output = CStr;
545 fn index(&self, index: ops::RangeFrom<usize>) -> &Self::Output {
555 type Output = CStr;
558 fn index(&self, _index: ops::RangeFull) -> &Self::Output {
580 type Output = <BStr as Index<Idx>>::Output;
583 fn index(&self, index: Idx) -> &Self::Output {