Function parse

Source
pub fn parse<I>(input: I) -> Result<StarkProof, Error>
where I: AsRef<str>,