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
pub trait Append {
// Required methods
pub fn empty() -> Self;
pub fn append(self, other: Self) -> Self;
}
pub fn empty() -> Self
pub fn append(self, other: Self) -> Self
impl Append for CtStringimpl Append for Quotedimpl<T> Append for [T]