Skip to main content

SingleSelectEntityMut

Type Alias SingleSelectEntityMut 

Source
pub type SingleSelectEntityMut<'a> = EntityMut<'a, SingleSelect>;
Expand description

Single-select variant of an EntityMut.

Aliased Typeยง

pub struct SingleSelectEntityMut<'a> { /* private fields */ }