pub fn GetURLFromURIComponentsDTO(URIDTO: &Value) -> Result<Url, CommonError>Expand description
Helper to get a Url from a serde_json::Value which is expected to be a
UriComponents DTO from VS Code.
pub fn GetURLFromURIComponentsDTO(URIDTO: &Value) -> Result<Url, CommonError>Helper to get a Url from a serde_json::Value which is expected to be a
UriComponents DTO from VS Code.