pub trait ToKeysym { // Required method fn to_keysym(&self) -> Keysym; }
A trait that designates anything that can be converted into a Keysym.
Keysym
Converts this into a Keysym.