TextOverflowUtilities

Trait TextOverflowUtilities 

Source
pub trait TextOverflowUtilities {
    // Required method
    fn text_overflow(self, overflow: TextOverflow) -> Self;
}
Expand description

Trait for adding text overflow utilities to a class builder

Required Methods§

Source

fn text_overflow(self, overflow: TextOverflow) -> Self

Set text overflow

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§