Trait alacritty_terminal::event::OnResize

source ·
pub trait OnResize {
    // Required method
    fn on_resize(&mut self, window_size: WindowSize);
}
Expand description

Types that are interested in when the display is resized.

Required Methods§

source

fn on_resize(&mut self, window_size: WindowSize)

Implementors§