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] { ... }
}
pub trait Code: Copy + Debug + Default + SupportedType {
const COMMAND_DOC: &'static str;
// Provided method
fn default_low_values() -> [Self; 128] { ... }
}