pub fn serde_parse<'a, T: Deserialize<'a>>(
    text: &'a str
) -> Result<T, HypothesisError>