Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/
Dslice.rs559 pub fn concat<Item: ?Sized>(&self) -> <Self as Concat<Item>>::Output in concat()
561 Self: Concat<Item>, in concat()
563 Concat::concat(self) in concat()
685 pub trait Concat<Item: ?Sized> { trait
709 impl<T: Clone, V: Borrow<[T]>> Concat<T> for [V] {