use Display;
/// The computed `key` value of a `KeyboardEvent`
///
/// This `struct` is created by the [`key`] method on [`KeyboardEvent`]. See its
/// documentation for more.
///
/// [`key`]: struct.KeyboardEvent.html#method.key
/// [`KeyboardEvent`]: struct.KeyboardEvent.html