pub trait InvisibleExtManual: 'static {
    fn get_screen(&self) -> Option<Screen>;
}

Required Methods

Implementors