libadwaita::subclass::prelude

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§