Trait texlang_stdlib::codes::Code
source · pub trait Code:
Copy
+ Debug
+ Default
+ SupportedType {
const COMMAND_DOC: &'static str;
// Provided method
fn default_low_values() -> [Self; 128] { ... }
}
Required Associated Constants§
const COMMAND_DOC: &'static str
Provided Methods§
fn default_low_values() -> [Self; 128]
Object Safety§
This trait is not object safe.