Trait parser_c::support::OpConcatable
[−]
[src]
pub trait OpConcatable {
type Item;
fn concat(self, right: Self::Item) -> Self;
}