pub trait ProtectedGenerationSlot {
// Required methods
fn generation(&self) -> u64;
fn validates(&self) -> bool;
}Expand description
ProtectedGenerationSlot
One physical generation slot that can participate in protected recovery.
Required Methods§
Sourcefn generation(&self) -> u64
fn generation(&self) -> u64
Generation encoded by this slot.