RonSpots

Type Alias RonSpots 

Source
pub type RonSpots = Ron<Vec<SpotProperties>>;

Aliased Type§

#[repr(transparent)]
pub struct RonSpots(pub Vec<SpotProperties>);

Tuple Fields§

§0: Vec<SpotProperties>