pub trait ScrolledWindowImpl: ScrolledWindowImplExt + BinImpl {
// Provided methods
fn move_focus_out(&self, direction_type: DirectionType) { ... }
fn scroll_child(&self, scroll: ScrollType, horizontal: bool) -> bool { ... }
}
Provided Methods§
fn move_focus_out(&self, direction_type: DirectionType)
fn scroll_child(&self, scroll: ScrollType, horizontal: bool) -> bool
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.