FormattingContext

Trait FormattingContext 

Source
pub trait FormattingContext: Default + Clone {
    // Provided method
    fn target_format(&self) -> MathLanguage { ... }
}
Expand description

Context for formatting operations

Provided Methods§

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.

Implementors§