pub fn parse(raw: &str) -> Result<PlayerResponse>Expand description
Parse a raw playerResponse JSON document. Map serde failures to
TranscriptError::ParseError for caller convenience.
pub fn parse(raw: &str) -> Result<PlayerResponse>Parse a raw playerResponse JSON document. Map serde failures to
TranscriptError::ParseError for caller convenience.