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§
Sourcefn text_overflow(self, overflow: TextOverflow) -> Self
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.