pub trait ClientExt {
// Required methods
fn html_result(&self, uri: &DocumentURI);
fn update_mathhub(&self);
fn open_file(&self, path: &Path);
}
pub trait ClientExt {
// Required methods
fn html_result(&self, uri: &DocumentURI);
fn update_mathhub(&self);
fn open_file(&self, path: &Path);
}