Trait Sendable

pub trait Sendable {
    // Required methods
    fn update_xml(&mut self);
    fn modify_field(&mut self, field: &str, value: &str);
    fn get_cot(&self) -> CursorOnTarget;
}

Required Methods§

fn update_xml(&mut self)

fn modify_field(&mut self, field: &str, value: &str)

fn get_cot(&self) -> CursorOnTarget

Implementors§