mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
import the SuperInto trait in core macro
This commit is contained in:
parent
c3555a7ec0
commit
52ea3465e6
1 changed files with 1 additions and 1 deletions
|
@ -972,7 +972,7 @@ Finally, call `.build()` to create the instance of `{name}`.
|
|||
marker = Some(marker_ident.clone());
|
||||
(
|
||||
quote!(impl dioxus_core::prelude::SuperInto<#arg_type, #marker_ident>),
|
||||
quote!(#field_name.super_into()),
|
||||
quote!(dioxus_core::prelude::SuperInto::super_into(#field_name)),
|
||||
)
|
||||
} else if field.builder_attr.from_displayable {
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue