pub trait MutableFrameBuffer: FrameBuffer + DrawTarget<Color = Color, Error = Infallible> { }Expand description
Trait for mutable framebuffers
This trait extends FrameBuffer with the ability to draw to the framebuffer
using the embedded_graphics drawing primitives.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.