Enum solana_program::slot_history::Check [−][src]
pub enum Check {
Future,
TooOld,
Found,
NotFound,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Checkimpl UnwindSafe for Check