pub trait RawSnapshotExtension {
    // Required method
    fn into_full_snapshot_infos(
        self,
        assigner: &RepsVotersAssigner
    ) -> Result<Vec<SnapshotInfo>, Error>;
}

Required Methods§

Implementors§