pub type NormalisedImageStream<'a> = BoxStream<'a, (u32, u32, f64)>;Available on crate feature
tokio only.Expand description
A stream of (x, y, value) triples, with value normalised to 0.0..=1.0.
Aliased Typeยง
#[repr(transparent)]pub struct NormalisedImageStream<'a> { /* private fields */ }