pub trait UpdateSolid {
// Required method
fn add_shell(&self, shell: Handle<Shell>) -> Solid;
}Expand description
Update a Solid
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".