Type Definition gauthz::Stream [] [src]

type Stream<T> = Box<StdStream<Item = T, Error = Error>>;

A Stream with an error type pinned to gauthz::Error