Function std::num::from_u8Unstable [-] [+] [src]

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

A utility function that just calls FromPrimitive::from_u8.