Function lks_save_new

Source
pub fn lks_save_new(
    ppoint: &[&dyn Point],
    on_new: &mut dyn FnMut(&dyn Point),
) -> Result<usize>
Expand description

Calls on_new - after saving - for each new point. Point::recv will return the stamp as just set in the database.