Function try_deserialize_schema

Source
pub fn try_deserialize_schema(
    src_content: &str,
    tgt_content: &str,
) -> Result<(HttpSchema, HttpSchema), Error>