Function process_construct_pattern_input

Source
pub fn process_construct_pattern_input(
    input: StringOrInit,
    base_url: Option<&str>,
) -> Result<UrlPatternInit, Error>
Expand description

This function constructs a UrlPattern given a string or UrlPatternInit and optionally a base url.