aztec-nr - std::append

Trait Append

pub trait Append {
    // Required methods
    pub fn empty() -> Self;
    pub fn append(self, other: Self) -> Self;
}

Required methods

pub fn empty() -> Self pub fn append(self, other: Self) -> Self

Implementors

impl Append for CtString

impl Append for Quoted

impl<T> Append for [T]