We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::convert::Into<usize>
u16
As far as I understand target_pointer_width is at least 16 so <usize as std::convert::From<u8>> and std::convert::Into<usize> for u16 could exist.
target_pointer_width
<usize as std::convert::From<u8>>