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