RegisterPastFunctions

Trait RegisterPastFunctions 

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

Required Methods§

Implementors§