vte4/
prelude.rs

1// Take a look at the license at the top of the repository in the LICENSE file.
2
3pub use crate::auto::traits::*;
4
5pub use crate::terminal::TerminalExtManual;
6
7#[doc(hidden)]
8pub use gtk::prelude::*;