pub trait Metadata { // Required method fn record(&self, node: &Node); // Provided method fn record_with_parent(&self, node: &Node) { ... } }