solana_clap_utils::input_validators

Function is_url

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