Skip to content
Snippets Groups Projects
context.rs 36.6 KiB
Newer Older
StarToaster's avatar
StarToaster committed

impl From<String> for WidgetName {
    fn from(value: String) -> Self {
        WidgetName(value)
    }
}

impl Into<String> for WidgetName {
    fn into(self) -> String {