pub trait SetRelation<Rel, ValueOut> { // Provided method fn set_relation(&mut self, _rel: Rel, value: ValueOut) -> Result<(), Error> { ... } }