Type Alias pidgeon_cli::process::measure::BoxedMeasurementStream

source ·
type BoxedMeasurementStream = Pin<Box<dyn Stream<Item = Result<Vec<Either<IdRegister<RegisterValueStorage>, MeasurementRegister<RegisterValueStorage>>>, ServerReadError>> + Send + Sync>>;

Aliased Type§

struct BoxedMeasurementStream {}