Skip to main content

DisplayEntry

Trait DisplayEntry 

Source
pub trait DisplayEntry {
    // Required method
    fn display_options(&self) -> DisplayOptions;
}
Expand description

A trait that defines an App that can be drawn as an entry in the boot menu.

Required Methods§

Source

fn display_options(&self) -> DisplayOptions

Returns the options used to display this entry on the screen.

Implementors§