pub type ArcSlice<B> = BaseSlice<Arc<B>>;Available on crate feature
backend-bitmap only.Expand description
A BitmapSlice implementation that uses an Arc handle to a Bitmap object.
Aliased Typeยง
pub struct ArcSlice<B> { /* private fields */ }