Previously needed to be implemented, now this struct is called and set internally when [`invoke_spell`](crate::wayland_adapter::SpellWin::invoke_spell) is called.
| 37 | /// adapter internally uses [Skia](https://skia.org/) 2D graphics library for rendering. |
| 38 | #[cfg(docsrs)] |
| 39 | pub type SpellSkiaWinAdapter = SpellSkiaWinAdapterDummy; |
| 40 | |
| 41 | /// Previously needed to be implemented, now this struct is called and set internally |
| 42 | /// when [`invoke_spell`](crate::wayland_adapter::SpellWin::invoke_spell) is called. |
| 43 | pub struct SpellLayerShell { |
| 44 | /// Span storing the logging context for `debug`` statements of slint. |
| 45 | pub span: span::Span, |
| 46 | slint_event_sender: calloop::channel::Sender<Box<dyn FnOnce() + Send>>, |
nothing calls this directly
no outgoing calls
no test coverage detected