Trait fj_kernel::operations::UpdateShell
source · pub trait UpdateShell {
// Required methods
fn update_face(
&self,
handle: &Handle<Face>,
f: impl FnMut(&Handle<Face>) -> Handle<Face>
) -> Shell;
fn remove_face(&self, handle: &Handle<Face>) -> Shell;
}Expand description
Update a Shell
Required Methods§
sourcefn update_face(
&self,
handle: &Handle<Face>,
f: impl FnMut(&Handle<Face>) -> Handle<Face>
) -> Shell
fn update_face( &self, handle: &Handle<Face>, f: impl FnMut(&Handle<Face>) -> Handle<Face> ) -> Shell
Update a face of the shell
sourcefn remove_face(&self, handle: &Handle<Face>) -> Shell
fn remove_face(&self, handle: &Handle<Face>) -> Shell
Remove a face from the shell