pub trait AbstractFont: TextShaper + FontMetrics<<Self as TextShaper>::Length> { }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.
pub trait AbstractFont: TextShaper + FontMetrics<<Self as TextShaper>::Length> { }This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.