[][src]Type Definition lexical_core::I8Result

type I8Result = Result<i8>;

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