Macro rustls_rustcrypto::const_concat_slices

source ·
macro_rules! const_concat_slices {
    ($ty:ty, $a:expr, $b:expr $(,)*) => { ... };
    ($ty:ty, $a:expr, $b:expr, $($c:expr), + $(,)* ) => { ... };
}