Macro from_builtin_widget

Source
macro_rules! from_builtin_widget {
    ($($F: ty => $T: path),*) => { ... };
}