Trait moonshine_kind::GetInstanceCommands
source · pub trait GetInstanceCommands<T: Kind> {
// Required method
fn instance(&mut self, instance: Instance<T>) -> InstanceCommands<'_, T>;
}Expand description
Extension trait to access InstanceCommands<T> from Commands.
See InstanceCommands for more information.
Required Methods§
sourcefn instance(&mut self, instance: Instance<T>) -> InstanceCommands<'_, T>
fn instance(&mut self, instance: Instance<T>) -> InstanceCommands<'_, T>
Returns the InstanceCommands<T> for an Instance<T>.