Type Alias LanguageList

Source
pub type LanguageList = Vec<LanguageInformation>;
Expand description

Information about available languages.

Aliased Typeยง

pub struct LanguageList { /* private fields */ }