pub fn parse_ext_ref(raw: &str) -> Result<ExtRef>
Parse an ext://<id>#component reference.
ext://<id>#component
Returns an error if the ref is malformed (wrong scheme, missing #component fragment, or empty id).
#component