Type Definition input_stream::Result [] [src]

type Result<T> = Result<T, Error>;

A specialized Result for this library's errors.