mirror of https://github.com/yewstack/yew
10 lines
379 B
Plaintext
10 lines
379 B
Plaintext
error[E0277]: the trait bound `std::string::String: yew::html::Component` is not satisfied
|
|
--> $DIR/html-component-fail-unimplemented.rs:6:14
|
|
|
|
|
6 | html! { <String /> };
|
|
| ^^^^^^ the trait `yew::html::Component` is not implemented for `std::string::String`
|
|
|
|
|
= help: see issue #48214
|
|
|
|
For more information about this error, try `rustc --explain E0277`.
|