Function json_feed_model::from_str
source · [−]Expand description
Attempts to JSON decode a str and return a Feed.
Errors
If the string cannot be JSON decoded, then Error::SerdeJson(serde_json::Error) is returned.
If the decoded JSON value is not an Object, then Error::UnexpectedType is returned.