[src]

Function std::num::from_i8

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

A utility function that just calls FromPrimitive::from_i8.