pub trait IntoGStr {
// Required method
fn run_with_gstr<T, F: FnOnce(&GStr) -> T>(self, f: F) -> T;
}
Required Methods§
fn run_with_gstr<T, F: FnOnce(&GStr) -> T>(self, f: F) -> T
Object Safety§
This trait is not object safe.
pub trait IntoGStr {
// Required method
fn run_with_gstr<T, F: FnOnce(&GStr) -> T>(self, f: F) -> T;
}