Type Definition lexical_core::I128Result [−][src]
type I128Result = Result<i128>;
Expanded generic for a result type containing a value of type i128.
type I128Result = Result<i128>;
Expanded generic for a result type containing a value of type i128.