pub struct Keyboard { /* 私有字段 */ }
TypeId
self
原样返回参数。
调用 U::from(self)。
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U 的实现自行决定。
From<T> for U