[][src]Type Definition lexical_core::I128Result

type I128Result = Result<i128>;

Expanded generic for a result type containing a value of type i128.