Type Definition fourleaf::stream::Result [] [src]

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

General result type returned by Stream.