[][src]Function solana_clap_utils::input_validators::is_slot

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