Skip to main content

GetNavigationResponseContent

Type Alias GetNavigationResponseContent 

Source
pub type GetNavigationResponseContent = NavigationResponse;

Aliased Type§

pub struct GetNavigationResponseContent {
    pub items: Option<Vec<NavigationItem>>,
    pub hotkeys: Option<Vec<NavigationItem>>,
}

Fields§

§items: Option<Vec<NavigationItem>>§hotkeys: Option<Vec<NavigationItem>>