pub trait ShellSurfaceConfigHandler {
// Required method
fn configure_surface(
&self,
instance: &ComponentInstance,
surface: LayerSurfaceHandle<'_>,
);
}pub trait ShellSurfaceConfigHandler {
// Required method
fn configure_surface(
&self,
instance: &ComponentInstance,
surface: LayerSurfaceHandle<'_>,
);
}