We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1becc6 + d74c51e commit 37b8267Copy full SHA for 37b8267
src/lib.rs
@@ -32,6 +32,6 @@ pub trait SmartLedsWrite {
32
type Color;
33
fn write<T, I>(&mut self, iterator: T) -> Result<(), Self::Error>
34
where
35
- T: Iterator<Item = I>,
+ T: IntoIterator<Item = I>,
36
I: Into<Self::Color>;
37
}
0 commit comments