Trait egui_code_editor::Editor
source · pub trait Editor: Hash {
// Required methods
fn append(&self, job: &mut LayoutJob, token: &Token);
fn syntax(&self) -> &Syntax;
}Required Methods§
Object Safety§
This trait is not object safe.