Trait parser_c::support::OpAddable []

pub trait OpAddable {
    fn add(self, right: Self) -> Self;
}

Required Methods

Implementors