Trait bevy_impulse::input::InspectInput
source · pub trait InspectInput {
// Required method
fn has_input<T: 'static + Send + Sync>(
&self,
session: Entity,
) -> Result<bool, OperationError>;
}
Required Methods§
fn has_input<T: 'static + Send + Sync>( &self, session: Entity, ) -> Result<bool, OperationError>
Object Safety§
This trait is not object safe.