pub trait ObjectStream: Stream<Item = Result<Object>> + Unpin + Send { }
Expand description

ObjectStream represents a stream of object.

Implementors