pub trait ShellSurfaceConfigHandler {
// Required method
fn configure_surface(
&self,
instance: &ComponentInstance,
surface: LayerSurfaceHandle<'_>,
);
}Required Methods§
fn configure_surface( &self, instance: &ComponentInstance, surface: LayerSurfaceHandle<'_>, )
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".