pub trait TheCompatible: TexlangState {
// Provided method
fn get_command_ref_for_font(&self, font: Font) -> Option<CommandRef> { ... }
}Expand description
Trait satisfied by states that can be used with the control sequence \the
Provided Methods§
fn get_command_ref_for_font(&self, font: Font) -> Option<CommandRef>
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.