OverflowUtilities

Trait OverflowUtilities 

Source
pub trait OverflowUtilities {
    // Required methods
    fn overflow(self, overflow: Overflow) -> Self;
    fn overflow_x(self, overflow: Overflow) -> Self;
    fn overflow_y(self, overflow: Overflow) -> Self;
}
Expand description

Trait for adding overflow utilities to a class builder

Required Methods§

Source

fn overflow(self, overflow: Overflow) -> Self

Source

fn overflow_x(self, overflow: Overflow) -> Self

Source

fn overflow_y(self, overflow: Overflow) -> 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§