Function solana_clap_utils::input_validators::is_url[][src]

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