Poss

Type Alias Poss 

Source
pub type Poss<T> = Vec<T>;

Aliased Typeยง

pub struct Poss<T> { /* private fields */ }