pub trait ScrollableImpl: ObjectImpl { // Provided method fn border(&self) -> Option<Border> { ... } }