@@ -465,14 +465,14 @@ error[E0277]: the trait bound `NotToString: IntoPropValue<Option<implicit_clone:
465465 | ^^^^^^^^^^^ the trait `IntoPropValue<Option<implicit_clone::unsync::string::IString>>` is not implemented for `NotToString`
466466 |
467467 = help: the following other types implement trait `IntoPropValue<T>`:
468+ `&&String` implements `IntoPropValue<VNode>`
469+ `&&str` implements `IntoPropValue<VNode>`
468470 `&'static [(K, V)]` implements `IntoPropValue<implicit_clone::unsync::map::IMap<K, V>>`
469471 `&'static [T]` implements `IntoPropValue<implicit_clone::unsync::array::IArray<T>>`
470472 `&'static str` implements `IntoPropValue<Classes>`
471473 `&'static str` implements `IntoPropValue<Option<String>>`
472474 `&'static str` implements `IntoPropValue<Option<implicit_clone::unsync::string::IString>>`
473475 `&'static str` implements `IntoPropValue<String>`
474- `&'static str` implements `IntoPropValue<implicit_clone::unsync::string::IString>`
475- `&ChildrenRenderer<VNode>` implements `IntoPropValue<VNode>`
476476 and $N others
477477
478478error[E0277]: the trait bound `Option<NotToString>: IntoPropValue<Option<implicit_clone::unsync::string::IString>>` is not satisfied
@@ -491,8 +491,8 @@ error[E0277]: the trait bound `Option<NotToString>: IntoPropValue<Option<implici
491491 `Option<F>` implements `IntoPropValue<Option<yew::Callback<I, O>>>`
492492 `Option<Rc<str>>` implements `IntoPropValue<Option<implicit_clone::unsync::string::IString>>`
493493 `Option<String>` implements `IntoPropValue<Option<implicit_clone::unsync::string::IString>>`
494+ `Option<T>` implements `IntoPropValue<VNode>`
494495 `Option<VChild<T>>` implements `IntoPropValue<Option<ChildrenRenderer<C>>>`
495- `Option<VNode>` implements `IntoPropValue<VNode>`
496496
497497error[E0277]: the trait bound `Option<{integer}>: IntoPropValue<Option<implicit_clone::unsync::string::IString>>` is not satisfied
498498 --> tests/html_macro/element-fail.rs:48:22
@@ -510,8 +510,8 @@ error[E0277]: the trait bound `Option<{integer}>: IntoPropValue<Option<implicit_
510510 `Option<F>` implements `IntoPropValue<Option<yew::Callback<I, O>>>`
511511 `Option<Rc<str>>` implements `IntoPropValue<Option<implicit_clone::unsync::string::IString>>`
512512 `Option<String>` implements `IntoPropValue<Option<implicit_clone::unsync::string::IString>>`
513+ `Option<T>` implements `IntoPropValue<VNode>`
513514 `Option<VChild<T>>` implements `IntoPropValue<Option<ChildrenRenderer<C>>>`
514- `Option<VNode>` implements `IntoPropValue<VNode>`
515515
516516error[E0277]: the trait bound `{integer}: IntoEventCallback<MouseEvent>` is not satisfied
517517 --> tests/html_macro/element-fail.rs:51:28
@@ -627,8 +627,8 @@ error[E0277]: the trait bound `Option<yew::NodeRef>: IntoPropValue<yew::NodeRef>
627627 `Option<F>` implements `IntoPropValue<Option<yew::Callback<I, O>>>`
628628 `Option<Rc<str>>` implements `IntoPropValue<Option<implicit_clone::unsync::string::IString>>`
629629 `Option<String>` implements `IntoPropValue<Option<implicit_clone::unsync::string::IString>>`
630+ `Option<T>` implements `IntoPropValue<VNode>`
630631 `Option<VChild<T>>` implements `IntoPropValue<Option<ChildrenRenderer<C>>>`
631- `Option<VNode>` implements `IntoPropValue<VNode>`
632632
633633error[E0277]: the trait bound `yew::Callback<String>: IntoEventCallback<MouseEvent>` is not satisfied
634634 --> tests/html_macro/element-fail.rs:58:29
@@ -665,14 +665,14 @@ error[E0277]: the trait bound `NotToString: IntoPropValue<Option<implicit_clone:
665665 | ^^^^^^^^^^^ the trait `IntoPropValue<Option<implicit_clone::unsync::string::IString>>` is not implemented for `NotToString`
666666 |
667667 = help: the following other types implement trait `IntoPropValue<T>`:
668+ `&&String` implements `IntoPropValue<VNode>`
669+ `&&str` implements `IntoPropValue<VNode>`
668670 `&'static [(K, V)]` implements `IntoPropValue<implicit_clone::unsync::map::IMap<K, V>>`
669671 `&'static [T]` implements `IntoPropValue<implicit_clone::unsync::array::IArray<T>>`
670672 `&'static str` implements `IntoPropValue<Classes>`
671673 `&'static str` implements `IntoPropValue<Option<String>>`
672674 `&'static str` implements `IntoPropValue<Option<implicit_clone::unsync::string::IString>>`
673675 `&'static str` implements `IntoPropValue<String>`
674- `&'static str` implements `IntoPropValue<implicit_clone::unsync::string::IString>`
675- `&ChildrenRenderer<VNode>` implements `IntoPropValue<VNode>`
676676 and $N others
677677
678678error[E0277]: the trait bound `(): IntoPropValue<yew::NodeRef>` is not satisfied
0 commit comments