Skip to main content

ShellSurfaceConfigHandler

Trait ShellSurfaceConfigHandler 

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

Required Methods§

Source

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".

Implementors§