Function concat_bytes2

Source
pub const fn concat_bytes2<'a, Lhs: Const<Type = &'a [u8]>, Rhs: Const<Type = &'a [u8]>>() -> &'static [u8] 
Expand description

Concats two [u8]s into a single &'static [u8] at compile time