pub(crate) type URLPatternComponentResult = URLPatternComponentResult;
Aliased Type§
pub(crate) struct URLPatternComponentResult {
pub groups: Option<Record<USVString, USVStringOrUndefined>>,
pub input: Option<USVString>,
}
Fields§
§groups: Option<Record<USVString, USVStringOrUndefined>>
§input: Option<USVString>