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§

Object Safety§

This trait is not object safe.

Implementors§