[src]

Function std::num::from_u8

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

A utility function that just calls FromPrimitive::from_u8.