Trait texlang_stdlib::the::TheCompatible
source · 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>
Object Safety§
This trait is not object safe.