Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A 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> { interface
709 impl<T: Clone, V: Borrow<[T]>> Concat<T> for [V] {