pub trait GetRowShape {
// Required method
fn get_row_shape(&self) -> RowShape;
}Required Methods§
fn get_row_shape(&self) -> RowShape
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".