pub trait Named: ToSEXP { // Provided methods fn named(&self) -> bool { ... } fn name(&self) -> SEXP { ... } }