You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
the trait bound
Luma<u8>: Element
is not satisfiedrequired because of the requirements on the impl of
qrcode::render::Pixel
forLuma<u8>
rustcE0277the method
build
exists 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
The text was updated successfully, but these errors were encountered: