Function u8_to_u8

Source
pub const fn u8_to_u8(from: u8) -> u8
Expand description

Casts from to to.

This is equivalent to the crate::cast::CastFrom implementation but is available as a const fn.