Function raw_script_by_path

Source
pub async fn raw_script_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<String, Error<RawScriptByPathError>>