ScrollableImpl

Trait ScrollableImpl 

Source
pub trait ScrollableImpl: WidgetImpl + ObjectSubclass
where Self::Type: IsA<Scrollable>,
{ // Provided method fn border(&self) -> Option<Border> { ... } }

Provided Methods§

Source

fn border(&self) -> Option<Border>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§