Trait cosmic::iced_runtime::core::text::IntoFragment
source · pub trait IntoFragment<'a> {
// Required method
fn into_fragment(self) -> Cow<'a, str>;
}
Expand description
A trait for converting a value to some text Fragment
.
Required Methods§
sourcefn into_fragment(self) -> Cow<'a, str>
fn into_fragment(self) -> Cow<'a, str>
Converts the value to some text Fragment
.