Skip to main content

fetch

Function fetch 

Source
pub fn fetch(
    url: &str,
    version_req: Option<&str>,
    source_name: &str,
    cache: &GlobalCache,
    options: &FetchOptions,
) -> Result<ResolvedRef, MarsError>