1
2
3
4
5
6
#[doc(hidden)]
pub use gtk::prelude::*;

pub use crate::auto::traits::*;

pub use crate::save_delegate::SaveDelegateExtManual;