Function rmoods_backend::reddit::model::comment::deserialize_replies

source ·
fn deserialize_replies<'de, D>(
    deserializer: D,
) -> Result<Option<KindContainer>, D::Error>
where D: Deserializer<'de>,
Expand description

Empty string means no replies, otherwise it’s a JSON array of RedditComment objects.