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.
1 parent d1becc6 commit d74c51eCopy full SHA for d74c51e
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