pub type Uri = Url;
pub enum Uri { Url(Url), UrlFunction(Function, String, RightParen), SrcFunction(Function, String, RightParen), }