Trait glib::IntoOptionalGStr
source · pub trait IntoOptionalGStr {
// Required method
fn run_with_gstr<T, F: FnOnce(Option<&GStr>) -> T>(self, f: F) -> T;
}
pub trait IntoOptionalGStr {
// Required method
fn run_with_gstr<T, F: FnOnce(Option<&GStr>) -> T>(self, f: F) -> T;
}