cosmic-comp/src/shell/layout
Ian Douglas Scott c0c7a26178 Move some trait bounds to definition of AsGlowRenderer
Everything implementing `AsGlowRenderer` implements `Renderer` and various
other traits, and by making `AsGlowRenderer` depend on these trait,
things requiring `AsGlowRenderer` can avoid listing those traits as
well.

Looks like implied trait bounds still won't work for the
`Self::TexutureId` and `Self::Error` requirements? So those are not
included here.
2026-03-18 01:34:33 +01:00
..
floating Move some trait bounds to definition of AsGlowRenderer 2026-03-18 01:34:33 +01:00
tiling Move some trait bounds to definition of AsGlowRenderer 2026-03-18 01:34:33 +01:00
mod.rs refactor(shell/element): refactor how decorations height is accessed 2024-12-28 15:32:03 +01:00