pub trait GridRowEndUtilities {
// Required method
fn grid_row_end(self, end: GridRowEnd) -> Self;
}
Expand description
Trait for adding grid row end utilities to a class builder
Required Methods§
fn grid_row_end(self, end: GridRowEnd) -> 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.