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 2b6efa2 commit 87a7aecCopy full SHA for 87a7aec
src/lib.rs
@@ -43,7 +43,7 @@ pub mod asynch {
43
///
44
/// The amount of time each iteration of `iterator` might take is undefined.
45
/// Drivers, where this might lead to issues, aren't expected to work in all cases.
46
- pub trait SmartLedsWrite {
+ pub trait SmartLedsWriteAsync {
47
type Error;
48
type Color;
49
fn write<T, I>(&mut self, iterator: T) -> impl Future<Output = Result<(), Self::Error>>
0 commit comments