the trait bound Luma<u8>: Element is not satisfied
required because of the requirements on the impl of qrcode::render::Pixel for Luma<u8> rustcE0277
the method build exists for struct Renderer<'_, Luma<u8>>, but its trait bounds were not satisfied
the following trait bounds were not satisfied:
Luma<u8>: qrcode::render::Pixel
<Luma<u8> as qrcode::render::Pixel>::Image = _ rustcE0599
color.rs(217, 1): doesn't satisfy <Luma<u8> as qrcode::render::Pixel>::Image = _
color.rs(217, 1): doesn't satisfy Luma<u8>: qrcode::render::Pixel
the trait bound
Luma<u8>: Elementis not satisfiedrequired because of the requirements on the impl of
qrcode::render::PixelforLuma<u8>rustcE0277the method
buildexists for structRenderer<'_, Luma<u8>>, but its trait bounds were not satisfiedthe following trait bounds were not satisfied:
Luma<u8>: qrcode::render::Pixel<Luma<u8> as qrcode::render::Pixel>::Image = _rustcE0599color.rs(217, 1): doesn't satisfy
<Luma<u8> as qrcode::render::Pixel>::Image = _color.rs(217, 1): doesn't satisfy
Luma<u8>: qrcode::render::Pixel