Function solana_clap_utils::input_validators::is_slot

source ·
pub fn is_slot<T>(slot: T) -> Result<(), String>
where T: AsRef<str> + Display,