Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/alloc/
A Dslice.rs624 pub fn concat<Item: ?Sized>(&self) -> <Self as Concat<Item>>::Output in concat()
626 Self: Concat<Item>, in concat()
628 Concat::concat(self) in concat()
750 pub trait Concat<Item: ?Sized> { interface
774 impl<T: Clone, V: Borrow<[T]>> Concat<T> for [V] {

Completed in 6 milliseconds