Trait libhelium::subclass::prelude::ScrollableImpl
pub trait ScrollableImpl: WidgetImpl {
// Provided method
fn border(&self) -> Option<Border> { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.