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