pub trait Log { // Provided methods fn load_object(&self, _r: PlainRef) { ... } fn log_get(&self, _r: PlainRef) { ... } }