Trait corollary_support::OpConcatable [] [src]

pub trait OpConcatable {
    type Item;
    fn concat(self, right: Self::Item) -> Self;
}

Associated Types

Required Methods

Implementors