pub type IriRefStructure<'a> = (bool, Option<&'a str>, Option<&'a str>, &'a [&'a str], Option<&'a str>, Option<&'a str>);
Expand description

Structure of an IRI referece. See POSITIVIE_IRIS for more details.