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

Required Methods

Implementors