pub trait NNegFlag: Op { // Provided methods fn nneg(&self, ctx: &Context) -> bool { ... } fn set_nneg(&self, ctx: &Context, flag: bool) { ... } }