pub trait FormattingContext: Default + Clone {
// Provided method
fn target_format(&self) -> MathLanguage { ... }
}Expand description
Context for formatting operations
Provided Methods§
fn target_format(&self) -> MathLanguage
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.