Function core::num::from_u8[src]

pub fn from_u8<A: FromPrimitive>(n: u8) -> Option<A>

A utility function that just calls FromPrimitive::from_u8.