ConcatOutputSize

Trait ConcatOutputSize 

Source
pub trait ConcatOutputSize: ArrayLength<u8> {
    type ConcatOutput;

    // Required method
    fn concat(
        a: GenericArray<u8, Self>,
        b: GenericArray<u8, Self>,
    ) -> Self::ConcatOutput;
}

Required Associated Types§

Required Methods§

Source

fn concat( a: GenericArray<u8, Self>, b: GenericArray<u8, Self>, ) -> Self::ConcatOutput

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ConcatOutputSize for UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>

Source§

impl ConcatOutputSize for UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B0>, B0>

Implementors§