pub trait Display:
HasDisplayHandle
+ MaybeSend
+ MaybeSync
+ 'static { }Expand description
An owned display handle that can be used in a Compositor.
This is just a convenient super trait of the raw-window-handle
trait.
pub trait Display:
HasDisplayHandle
+ MaybeSend
+ MaybeSync
+ 'static { }An owned display handle that can be used in a Compositor.
This is just a convenient super trait of the raw-window-handle
trait.