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