Trait CanvasKey
pub trait CanvasKey {
// Required method
fn canvas<'pool>(
&self,
pool: &'pool mut SlotPool,
) -> Option<&'pool mut [u8]>;
}Available on crate feature
wayland and Linux only.Expand description
A helper trait for SlotPool::canvas.