render: require more rendering primitives to have Sync and/or Send
This commit is contained in:
@ -73,7 +73,7 @@ impl<P: Pixbuf<Pixel=T::Color>, T: FastWrite> Output for StrideOutput<P, T> {
|
||||
}
|
||||
}
|
||||
|
||||
pub trait FastWrite {
|
||||
pub trait FastWrite: Send {
|
||||
type Target: SmartLedsWrite;
|
||||
type Color: HardwarePixel;
|
||||
type Error;
|
||||
|
Reference in New Issue
Block a user