pub trait LocalUpdateCallback: Sync + Send { // Required method fn on_local_update(&self, update: Vec<u8>); }