Function decode_gemini

Source
pub fn decode_gemini(raw_response: &str) -> Result<Responses, Box<dyn Error>>
Expand description

Take a HTTP response and decode it into a strongly-typed struct. Assumes full raw response in the argument.