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

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