You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0277]: the trait bound `&&[&str]: std::iter::Iterator` is not satisfied
--> src/main.rs:7:10
|
7 | #[derive(Template)]
| ^^^^^^^^ the trait `std::iter::Iterator` is not implemented for `&&[&str]`
|
= note: `&&[&str]` is not an iterator; maybe try calling `.iter()` or a similar method
= note: required by `std::iter::IntoIterator::into_iter`
The text was updated successfully, but these errors were encountered:
Would it be possible to make this work?
The text was updated successfully, but these errors were encountered: