pub fn extract_component_column<'a, C: Pod + Any>(
columns: &mut ComponentVec<&'a mut ComponentColumn<'_>>,
) -> Option<&'a mut [C]>Expand description
Searches the columns for one containing components of type C, and returns
it as a properly typed slice.