Function core::num::from_i8Unstable [-] [+] [src]

pub fn from_i8<A: FromPrimitive>(n: i8) -> Option<A>

A utility function that just calls FromPrimitive::from_i8.