[][src]Type Definition input_stream::Result

type Result<T, E = Error<<T as FromStr>::Err>> = Result<T, E>;

A specialized Result for this library's errors.