pub fn simple_subsurface<Message: 'static, V>(
settings: impl Fn() -> SctkSubsurfaceSettings + Send + Sync + 'static,
view: Option<Box<dyn Fn() -> Element<'static, Action<Message>> + Send + Sync + 'static>>,
) -> ActionAvailable on crate feature
wayland and Linux and crate feature winit only.Expand description
Used to create a subsurface message from within a widget.