OverscrollBehaviorUtilities

Trait OverscrollBehaviorUtilities 

Source
pub trait OverscrollBehaviorUtilities {
    // Required method
    fn overscroll_behavior(self, overscroll: OverscrollBehavior) -> Self;
}
Expand description

Trait for adding overscroll behavior utilities to a class builder

Required Methods§

Source

fn overscroll_behavior(self, overscroll: OverscrollBehavior) -> Self

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§