Trait parser_c::support::OpAddable
[−]
pub trait OpAddable {
fn add(self, right: Self) -> Self;
}
Required Methods
fn add(self, right: Self) -> Self
Implementors
impl<A> OpAddable for Vec<A>