Type Alias Features

Source
pub type Features<'a, S> = Vec<&'a S>;

Aliased Typeยง

struct Features<'a, S> { /* private fields */ }