Skip to main content

GetShape

Trait GetShape 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§