pub trait RegisterPastFunctions {
// Required method
fn register_past_functions(
&self,
archive_index: Arc<dyn ElementArchiveIndex>,
);
}pub trait RegisterPastFunctions {
// Required method
fn register_past_functions(
&self,
archive_index: Arc<dyn ElementArchiveIndex>,
);
}