pub type DynPixelDataReader = Box<dyn PixelDataReader + Send + Sync + 'static>;
Alias type for a dynamically dispatched pixel data reader.
struct DynPixelDataReader(/* private fields */);