Function mangadex_api::v2::responses::partials::tag::parse_description[][src]

fn parse_description<'de, D>(d: D) -> Result<String, D::Error> where
    D: Deserializer<'de>, 

Custom deserializer for the description field.

This returns the string if it exists, otherwise initializes an empty string.

There is a chance for the description to be None, so a custom deserializer is needed.