Trait ClientExt

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

Required Methods§

Source

fn html_result(&self, uri: &DocumentURI)

Source

fn update_mathhub(&self)

Source

fn open_file(&self, path: &Path)

Implementations on Foreign Types§

Source§

impl ClientExt for ClientSocket

Implementors§