pub trait Model3DTrait {
    // Required methods
    fn get_is_resizable(&self) -> &[IsResizableProperty];
    fn take_is_resizable(&mut self) -> Vec<IsResizableProperty>;
}
Expand description

This trait is for properties from https://schema.org/3DModel.

Required Methods§

Implementors§