Skip to main content

GetRowShape

Trait GetRowShape 

Source
pub trait GetRowShape {
    // Required method
    fn get_row_shape(&self) -> RowShape;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§