pub trait InitableImpl: ObjectImpl { // Provided method fn init(&self, cancellable: Option<&Cancellable>) -> Result<(), Error> { ... } }