Skip to main content

UpdateSolid

Trait UpdateSolid 

Source
pub trait UpdateSolid {
    // Required method
    fn add_shell(&self, shell: Handle<Shell>) -> Solid;
}
Expand description

Update a Solid

Required Methods§

Source

fn add_shell(&self, shell: Handle<Shell>) -> Solid

Add a shell to the solid

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§