pub type DynPixelRWAdapter = Box<dyn PixelRWAdapter + Send + Sync>;
Expand description

Alias type for a dynamically dispatched data adapter.